Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Prompt themes
- X-seq: zsh-users 5804
- From: Borzenkov Andrey <Andrey.Borzenkov@xxxxxxxxxxx>
- To: "'John Buttery'" <john@xxxxxx>, zsh-users@xxxxxxxxxx
- Subject: RE: Prompt themes
- Date: Thu, 23 Jan 2003 12:04:31 +0300
- Importance: Normal
- In-reply-to: <20030123085730.GA2758@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> * 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