add dv alias
This commit is contained in:
parent
8345d89229
commit
a761738766
@ -26,9 +26,12 @@ alias t="tmux"
|
||||
# Watson
|
||||
alias wa="watson"
|
||||
|
||||
#grep
|
||||
# grep
|
||||
alias gr="grep --color=auto"
|
||||
|
||||
# dirs
|
||||
alias dv="dirs -v"
|
||||
|
||||
function mkcd {
|
||||
mkdir -p -- "$1" && cd $_
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user