Add missing -v
This commit is contained in:
parent
56b075c599
commit
138fcb4f39
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if [ -n "$(command -v vimx)" ]; then
|
|||
alias vim='vimx'
|
||||
fi
|
||||
|
||||
if [ -n "$(command bat)" ]; then
|
||||
if [ -n "$(command -v bat)" ]; then
|
||||
alias cat='bat'
|
||||
alias oldcat='cat'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue