I'm using zsh and trying to create a shortcut, stt
, so I can open a folder in sublime text. I've currently added an alias that I found on a website, but it only opens a blank sublime, with no files from my folder.
I'm not sure what I need to add.
Thanks.
alias stt="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"