From 2b732995b447081896c5ceaec9dc0f6d57c995bd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 21 Aug 2016 09:08:23 +0300 Subject: [PATCH] .zshrc: Delete unnecessary semicolon --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e07126b..a5443a3 100644 --- a/.zshrc +++ b/.zshrc @@ -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