Skip to content

Commit

Permalink
feat: add local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed May 23, 2024
1 parent 60f61b9 commit 9e2d572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ case `uname` in
# Homebrew
export PATH="/opt/homebrew/bin:$PATH"

# Local
export PATH="$PATH:$HOME/.local/bin"

# MySQL
export PATH="$PATH:/usr/local/opt/[email protected]/bin"
export PATH="$PATH:/usr/local/opt/[email protected]/bin"
Expand Down

0 comments on commit 9e2d572

Please sign in to comment.