aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-07-22 20:37:33 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2011-07-22 20:37:33 +0200
commite9201924a3254ff2fa4aa5d569b888351e977b51 (patch)
tree1510d6672e301b9632d038014c752a1a84e85d03
parent4eda36acf7a6fd0ce8dd59175e90d4a1a2bd0981 (diff)
downloaddotfiles-e9201924a3254ff2fa4aa5d569b888351e977b51.tar.gz
dotfiles-e9201924a3254ff2fa4aa5d569b888351e977b51.zip
Adding KDevelop /bin to PATH
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 23561f6..885185b 100644
--- a/bashrc
+++ b/bashrc
@@ -16,3 +16,5 @@ export KDEDIR=$KDEV_DIR
export KDEDIRS=$KDEDIR
export KDEV=/home/mssola/Projects/kdevelop4
export RUBY=$KDEV/kdev-ruby
+
+PATH=$KDEV_DIR/bin:$PATH