diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-07-23 22:41:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-07-23 22:41:03 -0300 |
commit | 252387eb493ebb69942fb5bd9d01f20c6d237802 (patch) | |
tree | 6d51d0e48ab077e5b023a1834cbf78f430524177 /.zshrc | |
parent | 6f09fad387b1f06a4c74309adcb2d9f090352bae (diff) |
apparently capitalization matters lol
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files 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 |