From c2e5e482c090b7ae0932f256b7470454aa2bb51a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 5 Dec 2011 19:42:04 +0100 Subject: Added more paths to the bahrc --- bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 23c47b5..c74f966 100644 --- a/bashrc +++ b/bashrc @@ -23,7 +23,9 @@ export KDEDIRS=$KDEDIR export KDEV=$HOME/Projects/kde export RUBY=$KDEV/kdev-ruby -PATH=$KDEDIR/bin:$PATH +export PATH=$KDEDIR/bin:$PATH +export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH +export XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDEDIR/share # Load RVM into a shell session *as a function* [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" -- cgit v1.2.3