Working in Bash but not in Zsh
iamBijoyKar opened this issue · 2 comments
iamBijoyKar commented
I am using wsl in Windows 11. I am getting
zsh: command not found: ascii-image-converter
But in bash it is working fine.
Can anyone please help me to fix this issue? I am new in this.
TheZoraiz commented
Your zsh config's PATH
environment variable probably doesn't have path for ascii-image-converter
's directory. Find that path from bash by running which ascii-image-converter
and add it to zsh's PATH
iamBijoyKar commented