From 94d6fa3758033e2834ba2844bd06827adf454959 Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 23 Sep 2023 23:39:28 +0400 Subject: Fix path backup export names --- dot_zshenv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot_zshenv') 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 -- cgit 1.4.1-2-gfad0