Hi,

In my ~/.config/fish/config.fish I have

,----[ ~/.config/fish/config.fish ]
| set -x PATH $PATH /usr/games/bin $HOME/bin /usr/kde/3.5/bin /usr/local/bin
| set -x PATH (delete-duplicate-entries $PATH)
`----

But since I updated my darcs checkout today after I logon the PATH
consists of the entries "", "/bin" and "/usr/bin".  The first entry (the
empty string) seems to cause troubles.  When I try to set PATH I get:

,----
| $ set -x PATH $PATH ~/bin
| set: Could not add component  to PATH.
| set: No such file or directory
`----

My last darcs update was less than a week ago, so the change that causes
this problem shouldn't be too hart to locate.

I remember that I've seen the error message above before, but the PATH
was set even then.

Currently I can work around this bug by using `vared' to set PATH[0] to
a sane value.

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to