Update README-ES.md to use command -v
for consistency
This commit is contained in:
parent
005324f802
commit
2bbb3518f9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Para extender tus `git` hooks, crea scripts ejecutables en
|
||||||
Tu `~/dotfiles-local/zshrc.local` tal vez se vea así:
|
Tu `~/dotfiles-local/zshrc.local` tal vez se vea así:
|
||||||
|
|
||||||
# load pyenv if available
|
# load pyenv if available
|
||||||
if which pyenv &>/dev/null ; then
|
if command -v pyenv &>/dev/null ; then
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue