aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-04-29 18:21:49 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-04-29 18:21:49 +0200
commit1fc615965b1a11f9082b10b7d1070ddb12ee6536 (patch)
tree4230f0e6ac774396cf3cd23db01aafddace1a063
parent367906c7b7bef39b896f17c4ef119c20f53f151a (diff)
downloaddotfiles-1fc615965b1a11f9082b10b7d1070ddb12ee6536.tar.gz
dotfiles-1fc615965b1a11f9082b10b7d1070ddb12ee6536.zip
Added the path to Heroku
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 4dbaa2a..00ee87b 100644
--- a/bashrc
+++ b/bashrc
@@ -29,7 +29,7 @@ export KDEV=$HOME/Projects/kde
export KRUBY=$KDEV/kdev-ruby
# Export the standard paths to include KDE
-export PATH=$KDEDIR/bin:$PATH
+export PATH=$KDEDIR/bin:/usr/local/heroku/bin:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDEDIR/share