aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-12-31 00:12:12 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2011-12-31 00:12:12 +0100
commit872d967d0cac609d4648e38d7c75303f79f3754a (patch)
tree727f35ee24adda389ddbba71cfe5574733d94084 /bashrc
parenta7fe231c0ea42b4f2baae5f8a1a35aa83ca60420 (diff)
downloaddotfiles-872d967d0cac609d4648e38d7c75303f79f3754a.tar.gz
dotfiles-872d967d0cac609d4648e38d7c75303f79f3754a.zip
Added a new shortcut
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
)