From 452ff6bffcf63826792bbb90d5f5402050738224 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 5 Apr 2013 13:31:22 +0200 Subject: Renamed the environment variable RUBY to KRUBY. This way there's no conflict when compiling Rubinius master branch. --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 9895cf3..4dbaa2a 100644 --- a/bashrc +++ b/bashrc @@ -26,7 +26,7 @@ complete -C $HOME/.rake_completion -o default rake export KDEDIR=/home/mssola/kde export KDEDIRS=$KDEDIR export KDEV=$HOME/Projects/kde -export RUBY=$KDEV/kdev-ruby +export KRUBY=$KDEV/kdev-ruby # Export the standard paths to include KDE export PATH=$KDEDIR/bin:$PATH @@ -55,7 +55,7 @@ export PATH=$HOME/.go/bin:$HOME/Projects/go/bin:$PATH # Including shortcuts, idea from https://github.com/fxn/dotfiles GO_SHORTCUTS=( ruby - $RUBY + $KRUBY build $KDEV/build/kdev-ruby -- cgit v1.2.3