Prevent user-defined aliases/commands checking (#785)

#748 
There's no stdout/stderr on this condition.
This commit is contained in:
anntnzrb 2020-08-04 09:14:03 -05:00 committed by GitHub
parent ae185dc3b1
commit 62e555f906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Use neovim for vim if present. # Use neovim for vim if present.
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" [ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d"
# Verbosity and settings that you pretty much just always are going to want. # Verbosity and settings that you pretty much just always are going to want.
alias \ alias \