Add alias for bat
This commit is contained in:
parent
bf740ff237
commit
e200e25845
1 changed files with 5 additions and 0 deletions
|
@ -64,3 +64,8 @@ if [ -n "$(command -v vimx)" ]; then
|
|||
alias oldvim='vim'
|
||||
alias vim='vimx'
|
||||
fi
|
||||
|
||||
if [ -n "$(command bat)" ]; then
|
||||
alias cat='bat'
|
||||
alias oldcat='cat'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue