diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-28 15:27:23 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-28 15:27:23 +0000 |
commit | 830d718477e024f2e68cd63559770b3fa4aa4066 (patch) | |
tree | 7c5e37af71d6de2ec8b8dee6b3db08acd02fb020 | |
parent | 43b95f1bbcf1450d4d1a7d202b9076443cd61fab (diff) |
updating the .zshrc
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ alias ur='cd ~/Dropbox/phd/reports' alias up='cd ~/Dropbox/phd/presentations' alias papers='cd ~/Dropbox/phd/papers' alias books='cd ~/Dropbox/phd/books' -alias cdd='cd ~/dotfiles' +alias cdd='cd ~/Dropbox/dotfiles' # Commands alias tmux="TERM=screen-256color-bce tmux" @@ -96,4 +96,4 @@ bindkey -a 'j' history-beginning-search-forward # fi # Crontab jobs -crontab ~/dotfiles/crontab +crontab ~/.crontab |