change aliases
This commit is contained in:
parent
5953cfeef9
commit
73d43740fb
@ -26,6 +26,9 @@ alias t="tmux"
|
||||
# Watson
|
||||
alias wa="watson"
|
||||
|
||||
#grep
|
||||
alias gr="grep --color=auto"
|
||||
|
||||
function mkcd {
|
||||
mkdir -p -- "$1" && cd $_
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user