Make your bash or zsh command auto Sourced & and check the your SHELL type - suguanyu/WechatTinyProgram GitHub Wiki
- Check your SHELL type by:
Echo $SHELL
- Edit ~/.zshrc or ~/.bashrc and ~/.bash_profile
alias your_cmd="really_cmd params"
Echo $SHELL
alias your_cmd="really_cmd params"