Skip to content

Commit

Permalink
updated paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 5, 2024
1 parent 49e1e67 commit b0e1acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash.d/paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ if [ -d "/Applications/IntelliJ IDEA CE.app/Contents/MacOS" ]; then
fi

if [ -d "/Applications/Visual Studio Code.app" ]; then
add_PATH " /Applications/Visual\ Studio\ Code.app/Contents/MacOS" # Electron IDE is here
add_PATH " /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin" # code CLI is here
add_PATH "/Applications/Visual Studio Code.app/Contents/MacOS" # Electron IDE is here
add_PATH "/Applications/Visual Studio Code.app/Contents/Resources/app/bin" # code CLI is here
fi

# ============================================================================ #
Expand Down

0 comments on commit b0e1acb

Please sign in to comment.