1
0
Fork 0

Add merge-master alias

This commit is contained in:
Malte Brandy 2021-10-11 22:06:22 +02:00
parent 15b90c0192
commit 6778d12cee
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -54,6 +54,7 @@ alias u='systemctl --user'
alias m=man
alias v="nvim"
alias vim="nvim"
alias merge-master="git fetch origin && git checkout haskell-updates && git pull && git merge origin/master && git push"
autoload -Uz chpwd_recent_dirs cdr add-zsh-hook
add-zsh-hook chpwd chpwd_recent_dirs