alias: git

This commit is contained in:
Michael Grote 2021-06-30 21:33:04 +02:00
parent 133898157d
commit d0ffbecd17

View file

@ -18,7 +18,6 @@ alias scs="systemctl status"
alias scr="systemctl restart"
alias scw="watch systemctl status"
alias hostname="hostname -f"
alias what="whoami && pwd && hostname -f"
alias untar="tar -xzf"
alias v="vim"
alias vi="vim"
@ -26,6 +25,8 @@ alias vm="vim"
alias vom="vim"
alias suspend="systemctl suspend"
alias hibernate="systemctl hibernate"
# git
alias gsps="git stash && git pull && git stash pop"
# typo
alias mkae="make"
alias amke="make"