From 49e1e67e26585619e3154559c5a66c91275e943b Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 5 Sep 2024 17:34:52 +0200 Subject: [PATCH] updated paths.sh --- .bash.d/paths.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bash.d/paths.sh b/.bash.d/paths.sh index bcae49dd..ea5adef9 100644 --- a/.bash.d/paths.sh +++ b/.bash.d/paths.sh @@ -160,6 +160,10 @@ if [ -d "/Applications/IntelliJ IDEA CE.app/Contents/MacOS" ]; then add_PATH "/Applications/IntelliJ IDEA CE.app/Contents/MacOS" 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 +fi # ============================================================================ # # A n a c o n d a