Answers for "open terminal with code vs code"

0

code in terminal

cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
Posted by: Guest on September-18-2020

Code answers related to "open terminal with code vs code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language