From b42782e05e764bdd56df865b83d609404d54bebd Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Mon, 11 Nov 2013 18:53:15 +0100 Subject: [PATCH] Fix `set $PATH` mistake. --- plugins/pyenv/pyenv.load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pyenv/pyenv.load b/plugins/pyenv/pyenv.load index b48aa79..00176fa 100644 --- a/plugins/pyenv/pyenv.load +++ b/plugins/pyenv/pyenv.load @@ -3,7 +3,7 @@ if test -n "$PYENV_ROOT" set PATH $PYENV_ROOT/bin $PATH end if test -d $PYENV_ROOT/shims - set $PATH $PYENV_ROOT/shims $PATH + set PATH $PYENV_ROOT/shims $PATH end else if test -d $HOME/.pyenv/bin