change aliases

This commit is contained in:
Václav Uruba 2022-04-19 17:26:08 +02:00
parent 5953cfeef9
commit 73d43740fb
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -26,6 +26,9 @@ alias t="tmux"
# Watson # Watson
alias wa="watson" alias wa="watson"
#grep
alias gr="grep --color=auto"
function mkcd { function mkcd {
mkdir -p -- "$1" && cd $_ mkdir -p -- "$1" && cd $_
} }