20200319- macOS zsh resolve the question of command not found

Phenomenon: the original under bash command available to zsh under unusable.

solve:

1. Open the configuration file zsh

open ~/.zshrc

2, input, save and exit

source ~/.bash_profile

3, then execute

source .zshrc

Guess you like

Origin www.cnblogs.com/likun/p/macos-zsh-command-not-found.html