alias: umount

This commit is contained in:
Michael Grote 2021-10-26 08:38:33 +02:00
parent 047771a6ab
commit cd506a5b9c

View file

@ -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"