command not found: ls,vi in zsh

Kerem Song·2021년 5월 14일

zsh: command not found: ls
zsh: command not found: vi

if you set something wrong...

  1. then type this
export PATH=%PATH:/bin:/usr/local/bin:/usr/bin
  1. after this
vim ~/.zshrc
  1. fix the path or env variables

  2. type

source ~/.zshrc
profile
Tea and Dessert

0개의 댓글