.zshrc: Delete unnecessary semicolon
This commit is contained in:
parent
dc5b544bc0
commit
2b732995b4
2
.zshrc
2
.zshrc
@ -85,7 +85,7 @@ if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
|
|||||||
# Initialize jenv if it exists
|
# Initialize jenv if it exists
|
||||||
if which jenv > /dev/null; then
|
if which jenv > /dev/null; then
|
||||||
export JENV_ROOT=~/.jenv
|
export JENV_ROOT=~/.jenv
|
||||||
eval "$(jenv init -)";
|
eval "$(jenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If a private bin directory exists, add it to PATH
|
# If a private bin directory exists, add it to PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user