fix binary check
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export GOPATH="$HOME/.go"
|
||||
export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$GOPATH/bin:$HOME/.dotfiles/bin:$PATH:$HOME/.local/bin"
|
||||
|
||||
if builtin type -p nvim &> /dev/null; then
|
||||
if [ -n "$(type -p 'nvim')" ]; then
|
||||
export EDITOR=nvim
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user