diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2011-12-31 00:12:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2011-12-31 00:12:12 +0100 |
| commit | 872d967d0cac609d4648e38d7c75303f79f3754a (patch) | |
| tree | 727f35ee24adda389ddbba71cfe5574733d94084 /bashrc | |
| parent | a7fe231c0ea42b4f2baae5f8a1a35aa83ca60420 (diff) | |
| download | dotfiles-872d967d0cac609d4648e38d7c75303f79f3754a.tar.gz dotfiles-872d967d0cac609d4648e38d7c75303f79f3754a.zip | |
Added a new shortcut
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -36,13 +36,16 @@ export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH # Load RVM into a shell session *as a function* [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" -# Including shortucts, idea from https://github.com/fxn/dotfiles +# Including shortcuts, idea from https://github.com/fxn/dotfiles GO_SHORTCUTS=( home $HOME + kde + $KDEV + ruby - $HOME/Projects/kde/kdev-ruby + $RUBY ) |
