Why is my path not working in zshell?

Posted by Yar on Super User See other posts from Super User or by Yar
Published on 2010-05-18T18:56:26Z Indexed on 2010/05/18 19:01 UTC
Read the original article Hit count: 390

Filed under:
|
|

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.

© Super User or respective owner

Related posts about path

Related posts about zsh