add dv alias

This commit is contained in:
Václav Uruba 2022-05-15 21:17:22 +02:00
parent 8345d89229
commit a761738766
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -29,6 +29,9 @@ alias wa="watson"
# grep # grep
alias gr="grep --color=auto" alias gr="grep --color=auto"
# dirs
alias dv="dirs -v"
function mkcd { function mkcd {
mkdir -p -- "$1" && cd $_ mkdir -p -- "$1" && cd $_
} }