diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index fb965f5..b7a3e7e 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,8 @@ else PS1=$'%n@%m %1~ %# ' fi +path+=("$HOME/bin") + # //// third party configuration //////////////////////////////////////////// # @@ -32,4 +34,5 @@ export NVM_DIR="$HOME/.nvm" path+=("$HOME/Library/Python/3.9/bin") path+=("/Applications/Sublime Text.app/Contents/SharedSupport/bin") + export PATH |