diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 17:30:08 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 17:30:08 +0000 |
commit | 0fc99e5940cd98a96e7b99ad4819b0b79c4fe9a5 (patch) | |
tree | b5a1acc688f50f6cc581aa84994111885c260a55 /.zshrc | |
parent | 15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f (diff) |
adding .fetchmailrc
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -82,7 +82,8 @@ alias tmux="TERM=screen-256color-bce tmux" alias g='git' alias v=$EDITOR alias u='cd ~/Dropbox/phd' -alias up='cd ~/Dropbox/phd/programs' +alias uc='cd ~/Dropbox/phd/programs' +alias up='cd ~/Dropbox/phd/presentations' alias ul='cd ~/Dropbox/phd/literature' alias ur='cd ~/Dropbox/phd/reports' alias m='mutt' |