aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc7
1 files changed, 5 insertions, 2 deletions
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
)