commands not found on zsh

前端 未结 16 1609
梦毁少年i
梦毁少年i 2020-12-04 06:30

I am using the z Shell (zsh) instead of the default bash, and something wrong happen so that all commands who used to work are no longer recognized:

<         


        
16条回答
  •  一生所求
    2020-12-04 07:14

    You can create a symlink in /usr/local/bin/

    sudo ln -s $HOME/.composer/vendor/bin/homestead /usr/local/bin/homestead
    

提交回复
热议问题