diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-13 10:16:07 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-13 10:16:07 +0100 |
commit | b83cf688b4ad84fe7f500e18ca847e1423e5f806 (patch) | |
tree | 94c967c626405585bebc6267fec96c28c05f68a4 /zshrc | |
parent | 45f9b64a55bcbcb8d8b21e6686c685bf5ca2c0f3 (diff) |
added autocommand to restore last cursor position
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ alias -s pdf=zathura alias -s py=vim # Directories -alias u='cd ~/Dropbox/phd' +alias u='cd ~/Dropbox/phd/papers/spectral/code/finite' alias uc='cd ~/Dropbox/phd/programs' alias ul='cd ~/Dropbox/phd/literature' alias ur='cd ~/Dropbox/phd/reports' |