From 0a27043fb6de687faaccb5578976883593d6d18f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 17 Jul 2015 15:37:17 +0200 Subject: bash: it's better to be safe than sorry Otherwise whenever we upgrade to a binary change in Qt5 KDE will crash :D --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d8f07eb..2871a11 100644 --- a/bashrc +++ b/bashrc @@ -47,8 +47,8 @@ export KDEDIRS=$KDEDIR export KF5_SRC=$HOME/Projects/kde/kf5 # Export the standard paths to include KDE -export PATH=$KDEDIR/bin:/usr/local/heroku/bin:$PATH -export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH +export PATH=/usr/local/heroku/bin:$PATH:$KDEDIR/bin +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KDEDIR/lib export XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDEDIR/share # Export the CMake paths so it searches for KDE in the right places -- cgit v1.2.3