Skip to content

Commit

Permalink
[zsh] Add ~/.local/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhif committed Oct 3, 2023
1 parent 91a6e68 commit 1b84dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/custom/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
PATH=/opt/homebrew/sbin:$PATH # Homebrew default location superuser binaries before default macOS binaries
PATH=~/.homebrew/bin:$PATH # Homebrew binaries before default macOS binaries
PATH=~/.homebrew/sbin:$PATH # Homebrew superuser binaries before default macOS binaries
PATH=~/.local/bin:$PATH
NVM_DIR="$HOME/.nvm" # Add nvm directory
[ -s "/Users/wdhif/.homebrew/opt/nvm/nvm.sh" ] && . "/Users/wdhif/.homebrew/opt/nvm/nvm.sh" # Load nvm
[ -s "/Users/wdhif/.homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && . "/Users/wdhif/.homebrew/opt/nvm/etc/bash_completion.d/nvm" # Load nvm completion
Expand Down

0 comments on commit 1b84dcd

Please sign in to comment.