.zshrc: Delete unnecessary semicolon

This commit is contained in:
Alan Orth 2016-08-21 09:08:23 +03:00
parent dc5b544bc0
commit 2b732995b4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -85,7 +85,7 @@ if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
# Initialize jenv if it exists
if which jenv > /dev/null; then
export JENV_ROOT=~/.jenv
eval "$(jenv init -)";
eval "$(jenv init -)"
fi
# If a private bin directory exists, add it to PATH