Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "no such file" errors while sourcing config files



Hello!

Roland Jesse wrote:
> Hello,
> 
> does anybody in the list have an idea why the following error occurs?
> 
> j.wh4-422 ~ % ls -l .zshrc.private
> -rw-r--r--  1 j  user  217 14 Okt 21:58 .zshrc.private
> j.wh4-422 ~ % . .zshrc.private
> .: no such file or directory: .zshrc.private
> j.wh4-422 ~ %

Try:
. ./.zshrc.private
Or add "." to your path.

> 
> The version of zsh is 3.1.4. Any hints of what I am missing are
> appreciated.
> 
> 	Roland
> 

Gabor Ribarik
(ribarik@xxxxxxxxxx)



Messages sorted by: Reverse Date, Date, Thread, Author