Why is my path not working in zshell?
- by Yar
This is obviously really simple, but not if you don't know the answer :)
I'm doing this in my .zsh
PATH="~/scripts:$PATH"
and if I do echo $PATH it appears as the first thing in the path. Yet this directory isn't included in the executable path (nor for tab-completion). What am I doing wrong? ls ~/scripts shows the directory as expected.