alias: umount
This commit is contained in:
parent
047771a6ab
commit
cd506a5b9c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ alias grep="grep -i --color=auto"
|
|||
alias ll="ls -lah"
|
||||
alias hostname="hostname -f"
|
||||
alias untar="tar -xzf"
|
||||
alias unmount="umount"
|
||||
# git
|
||||
alias gsps="git stash && git pull && git stash pop"
|
||||
alias gcm="git commit -m"
|
||||
|
|
Loading…
Reference in a new issue