add dv alias
This commit is contained in:
parent
8345d89229
commit
a761738766
@ -26,9 +26,12 @@ alias t="tmux"
|
|||||||
# Watson
|
# Watson
|
||||||
alias wa="watson"
|
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 $_
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user