Andreas Braukmann <braukmann(at)tse-online.de> wrote:
> Mein zsh-Prompt:
>
> | zappa:[/home/ab] > echo $PS1
> | %m:[%4/] %(#.# .> )
> | zappa:[/home/ab] > su -m
> | Password:
> | zappa:[/home/ab] # cd /usr/local/etc
> | zappa:[/usr/local/etc] # cd /usr/share/examples/netgraph
> | zappa:[/usr/share/examples/netgraph] # cd /usr/share/doc/smm/10.named
> | zappa:[share/doc/smm/10.named] # exit
> | zappa:[/home/ab] >
Aus meiner ~/.zshrc:
PROMPT="%(2L.%L+.)%(#.%Broot%b.%n)@%m:%4(~:...:)%3c%v%(#.%B#%b.>) "
RPROMPT="%T"
Farbig ist der nicht, aber immerhin (teilweise) bold, wenn
man root ist. Damit man weiß, daß man jetzt vorsichtig sein
muß. ;-)
Gruß
Olli (der Farbe im Prompt schwul findet)
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Clear perl code is better than unclear awk code; but NOTHING comes close to unclear perl code" (taken from comp.lang.awk FAQ) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 19 Jun 2003 - 00:00:02 CEST