Make your bash or zsh command auto Sourced & and check the your SHELL type - suguanyu/WechatTinyProgram GitHub Wiki

  1. Check your SHELL type by:
Echo $SHELL
  1. Edit ~/.zshrc or ~/.bashrc and ~/.bash_profile
alias your_cmd="really_cmd params"