bash alias vi
This commit is contained in:
parent
f2c9a8444f
commit
6e0aa94844
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ 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"
|
||||
# typo
|
||||
alias mkae="make"
|
||||
alias amke="make"
|
||||
|
|
Loading…
Reference in a new issue