diff options
-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 |