From 252387eb493ebb69942fb5bd9d01f20c6d237802 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 23 Jul 2023 22:41:03 -0300 Subject: apparently capitalization matters lol --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 198dc4c..39a80f1 100644 --- a/.zshrc +++ b/.zshrc @@ -69,7 +69,7 @@ fi # -- Python -- if [[ -v DEVICE_HAS_PYTHON_3 ]]; then - PATH+=("$DEVICE_PYTHON_3_INSTALLATION/bin") + path+=("$DEVICE_PYTHON_3_INSTALLATION/bin") fi # -- Python (pyenv) -- @@ -81,7 +81,7 @@ fi # -- Sublime Text -- if [[ -v DEVICE_HAS_SUBLIME_TEXT ]]; then - PATH+=("$DEVICE_SUBLIME_TEXT_INSTALLATION)/Contents/SharedSupport/bin") + path+=("$DEVICE_SUBLIME_TEXT_INSTALLATION)/Contents/SharedSupport/bin") fi -- cgit 1.3.0-6-gf8a5