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

Re: Prompt themes



# john@xxxxxx / 2003-02-04 03:33:10 -0600:
>   By the way, I figured out what the problem was, and I'm sure this will
> come as a surprise to almost nobody: it was my $FPATH setting.  It must
> have been incomplete or something, because when I commented it out of my
> .zshrc and logged back in, completion of all types (including the
> multi-directory stuff I was referring to) worked as expected.  So I did
> a "echo $FPATH", copied its response back into my .zshrc, prepended
> $HOME/.zsh/functions, and I'm good to go!  :) 

    why don't you use FPATH=$HOME/.zsh/functions:$FPATH ?  That would
    save you from the same trouble in the future when it changes.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



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