mac下安装好sencha cmd后每次都需要输入source ~/.bash_profile

解决办法:

在终端输入vim ~/.zshrc
加一句 source ~/.bash_profile

原文地址:https://www.cnblogs.com/xqnq2007/p/6683842.html