diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-04-05 13:31:22 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-04-05 13:31:22 +0200 |
| commit | 452ff6bffcf63826792bbb90d5f5402050738224 (patch) | |
| tree | a967168af4def4a4e11029a77e75fa0528b4838a | |
| parent | 12d756b534fa5bf146239a7a1f02b8773316c7d6 (diff) | |
| download | dotfiles-452ff6bffcf63826792bbb90d5f5402050738224.tar.gz dotfiles-452ff6bffcf63826792bbb90d5f5402050738224.zip | |
Renamed the environment variable RUBY to KRUBY.
This way there's no conflict when compiling Rubinius master branch.
| -rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
