Skip to content

Commit

Permalink
fix(zshrc): missing code cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 28, 2023
1 parent adcfb8e commit a60c8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ _paths=(
"/usr/local/share/bin"
)

# VSCode its CLI on the path on darwin_arm64
_paths+=( "/Applications/Visual Studio Code.app/Contents/Resources/app/bin" )

# Add brew paths
_paths+=( "$(brew --prefix python 2>/dev/null || echo "")/libexec/bin" )
_paths+=( "$(brew --prefix coreutils 2>/dev/null || echo "")/libexec/gnubin" )
Expand Down

0 comments on commit a60c8e3

Please sign in to comment.