Answers for "subl command not found mac"

0

subl command not found mac

alias subl="open -a /Applications/Sublime\ Text.app"

# IN CLI
$ cd ~
$ vim .zshrc
$ source .zshrc
$ subl .
# Now it should work! Try restarting the terminal as well if you need to!
Posted by: Guest on October-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language