diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-10 18:57:52 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-10 18:57:52 +0000 |
commit | 94e1faac9f163c66b053e1194e41fdfd633d1a4e (patch) | |
tree | 1285d6d4e0d6ee063386a61b869c10b3ac605a88 /zshrc | |
parent | 8c060eea6a3415bbe5c4a0c1b3e84d68b431235e (diff) | |
parent | b3727cce64e67585bfee83ebe6523712091cc4a0 (diff) |
Nothing much
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ alias -s py=vim # Directories alias u='cd ~/Dropbox/phd' alias uc='cd ~/Dropbox/phd/programs' -alias up='cd ~/Dropbox/phd/papers' alias ul='cd ~/Dropbox/phd/literature' alias ur='cd ~/Dropbox/phd/reports' -alias us='cd ~/Dropbox/phd/presentations' +alias up='cd ~/Dropbox/phd/presentations' +alias papers='cd ~/Dropbox/phd/papers' alias cdd='cd ~/dotfiles' # Commands |