📌  相关文章
📜  找不到 subl 命令 mac - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:46.909000             🧑  作者: Mango

代码示例1
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!