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

RE: Prompt themes



> * Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> [2002-06-28 16:21:49 +0000]:
> > Running `prompt -h adam2' says, among other things:
> 
>   I just tried this and I don't have a "prompt" command.  Am I missing
> something?
> 

fpath=($fpath /usr/share/zsh/$ZSH_VERSION/functions/Prompts)
autoload -U promptinit; promptinit

depending on your installation everything may dumped just under
.../functions (without subdirectory) and replace /usr/share with your
prefix.

-andrey



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