Mac zsh 使用Sublime打開文件
vim ~/.zshrc # Set Sublime Text Alias alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'" # 使配置生效 source ~/.zshrc # 打開sublime $ subl # 使用sublime打開當前目錄 $ subl .
vim ~/.zshrc # Set Sublime Text Alias alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'" # 使配置生效 source ~/.zshrc # 打開sublime $ subl # 使用sublime打開當前目錄 $ subl .