diff options
author | Wim Leers <work@wimleers.com> | 2012-04-12 18:31:21 +0200 |
---|---|---|
committer | Wim Leers <work@wimleers.com> | 2012-04-12 18:31:21 +0200 |
commit | 56202b8e777008bb4ab29d34a7b85de4441d72a3 (patch) | |
tree | 4b918345c470c39c97c4cd61135c383743d4076b /.aliases | |
parent | 997cb325ddf6400d9dee4ed165e7179cfaa95c68 (diff) | |
download | dotfiles-56202b8e777008bb4ab29d34a7b85de4441d72a3.tar.gz dotfiles-56202b8e777008bb4ab29d34a7b85de4441d72a3.tar.bz2 dotfiles-56202b8e777008bb4ab29d34a7b85de4441d72a3.zip |
.aliases: More generally useful shortcuts
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ alias ~="cd ~" # `cd` is probably faster to type though alias -- -="cd -" # Shortcuts +alias o="open" +alias oo="open ./" +alias l="ls -l" alias d="cd ~/Documents/Dropbox" alias p="cd ~/Projects" alias g="git" |