From 872d967d0cac609d4648e38d7c75303f79f3754a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 31 Dec 2011 00:12:12 +0100 Subject: Added a new shortcut --- bashrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index a0bf661..815ccf2 100644 --- a/bashrc +++ b/bashrc @@ -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 ) -- cgit v1.2.3