From b952023c9378fe8c54e3217823729d1b579bd478 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 28 Mar 2015 15:14:02 +0000 Subject: normal commit --- zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index e97b90d..6bb4e37 100644 --- a/zshrc +++ b/zshrc @@ -63,6 +63,9 @@ alias mail='offlineimap' alias ca='printf "\ec"' alias update='sudo apt-get update' alias upgrade='sudo apt-get upgrade' +alias push='git push origin master' +alias pull='git pull origin master' +alias commit='git commit -a -m "auto-commit"' # Configuration alias ez='vim ~/.zshrc' -- cgit v1.2.3 From 830d718477e024f2e68cd63559770b3fa4aa4066 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 28 Mar 2015 15:27:23 +0000 Subject: updating the .zshrc --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 6bb4e37..cadd3cd 100644 --- a/zshrc +++ b/zshrc @@ -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 -- cgit v1.2.3