alias: git
This commit is contained in:
parent
133898157d
commit
d0ffbecd17
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,6 @@ alias scs="systemctl status"
|
||||||
alias scr="systemctl restart"
|
alias scr="systemctl restart"
|
||||||
alias scw="watch systemctl status"
|
alias scw="watch systemctl status"
|
||||||
alias hostname="hostname -f"
|
alias hostname="hostname -f"
|
||||||
alias what="whoami && pwd && hostname -f"
|
|
||||||
alias untar="tar -xzf"
|
alias untar="tar -xzf"
|
||||||
alias v="vim"
|
alias v="vim"
|
||||||
alias vi="vim"
|
alias vi="vim"
|
||||||
|
@ -26,6 +25,8 @@ alias vm="vim"
|
||||||
alias vom="vim"
|
alias vom="vim"
|
||||||
alias suspend="systemctl suspend"
|
alias suspend="systemctl suspend"
|
||||||
alias hibernate="systemctl hibernate"
|
alias hibernate="systemctl hibernate"
|
||||||
|
# git
|
||||||
|
alias gsps="git stash && git pull && git stash pop"
|
||||||
# typo
|
# typo
|
||||||
alias mkae="make"
|
alias mkae="make"
|
||||||
alias amke="make"
|
alias amke="make"
|
||||||
|
|
Loading…
Reference in a new issue