From e9201924a3254ff2fa4aa5d569b888351e977b51 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 22 Jul 2011 20:37:33 +0200 Subject: Adding KDevelop /bin to PATH --- bashrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3