diff options
Diffstat (limited to 'dot_zshenv')
-rw-r--r-- | dot_zshenv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_zshenv b/dot_zshenv index df0f06e..4cae70b 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -53,9 +53,9 @@ fpath=( # Back these up as they could get mangled in system profile # TODO: Restore them in zshrc? -export $__PATH="${PATH}" -export $__MANPATH="${MANPATH}" -export $__INFOPATH="${INFOPATH}" +export __PATH="${PATH}" +export __MANPATH="${MANPATH}" +export __INFOPATH="${INFOPATH}" # Never allow global pip export PIP_REQUIRE_VENV=1 |