aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files 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