Update README-ES.md to use command -v for consistency

This commit is contained in:
Ian C. Anderson 2018-11-30 10:32:39 -05:00 committed by Geoff Harcourt
parent 005324f802
commit 2bbb3518f9

View file

@ -124,7 +124,7 @@ Para extender tus `git` hooks, crea scripts ejecutables en
Tu `~/dotfiles-local/zshrc.local` tal vez se vea así:
# load pyenv if available
if which pyenv &>/dev/null ; then
if command -v pyenv &>/dev/null ; then
eval "$(pyenv init -)"
fi