终端用sublime打开文件的方法
打开文件
vi ~/.bash_profile
添加一行:
alias subl=\''/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'\'
启动
source ~/.bash_profile
此时即可在终端用subl 文件/目录
打开文件/目录了。
打开文件
vi ~/.bash_profile
添加一行:
alias subl=\''/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'\'
启动
source ~/.bash_profile
此时即可在终端用subl 文件/目录
打开文件/目录了。