1. 配置
编辑.zshrc文件
vi ~/.zshrc
.zshrc中内容如下:
这里也可以设置其他常用工作目录,例:#alias lapp=”cd /Users/username/yzj/connecterp-lapp”
alias ws="webstorm"
退出编辑后,通过此命令即可生效
source ~/.zshrc
最后切换到工作目录:
cd /xxx/xx #进入相关目录
ws . #ws是上面设置的webstorm的别名
2. 常见问题
- 使用webstorm .命令时报错:The file /Users/Sampson/Desktop/WebStorm.app does not exist.
The file /Users/Sampson/Desktop/WebStorm.app does not exist.
修改RUN_PATH解决:网址