alias untar
This commit is contained in:
parent
a32ecc8611
commit
8b5ccd2ab2
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ 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 what="whoami && pwd && hostname -f"
|
||||||
|
alias untar="tar -xzf"
|
||||||
# typo
|
# typo
|
||||||
alias mkae="make"
|
alias mkae="make"
|
||||||
alias amke="make"
|
alias amke="make"
|
||||||
|
|
Loading…
Reference in a new issue