From owner-freebsd-chat Thu Jul 29 10:15:58 1999 Delivered-To: freebsd-chat@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id 8DB3315607 for ; Thu, 29 Jul 1999 10:15:47 -0700 (PDT) (envelope-from chris@cheddar.netmonger.net) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id NAA14223; Thu, 29 Jul 1999 13:15:26 -0400 (EDT) Message-ID: <19990729131526.B8627@netmonger.net> Date: Thu, 29 Jul 1999 13:15:26 -0400 From: Christopher Masto To: "Matthew D. Fuller" , Ollivier Robert Cc: chat@FreeBSD.ORG Subject: Re: What to tell to Linux-centric people?! References: <19990727075026.A27880@keltia.freenix.fr> <19990727234225.A33009@keltia.freenix.fr> <19990727174037.I12369@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19990727174037.I12369@futuresouth.com>; from Matthew D. Fuller on Tue, Jul 27, 1999 at 05:40:37PM -0500 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 27, 1999 at 05:40:37PM -0500, Matthew D. Fuller wrote: > On Tue, Jul 27, 1999 at 11:42:25PM +0200, a little birdie told me > that Ollivier Robert remarked > > According to Doug: > > > > > How fancy do you want? :) Take a look at > > > http://home.san.rr.com/freebsd/Bash-prompts.txt. > > > > Is this a contest ? :) > > > > Here is mine (zsh / tcsh): > > > > PS1="%h [%T] %B%n%b@%m:%B%2.%(#.#.>)%b " > > export PS1 > > -=-=- > > set prompt="%h [%T] %B%n%b@%m:%B%.2%#%b " > > Wimp :P > See > http://www.over-yonder.net/~fullermd/projects.html > and link to my .tcshrc. > Digested prompt: > set prompt="%B[%P]%b %m:%~\n(%l):{%h}%% " I have this abomination from when I first switched to zsh.. I'm not proud. function Sf () { echotc me [[ $1 != '-' ]] && echotc AF $1 [[ -n $2 && $2 != '-' ]] && echotc AB $2 [[ $3 -ne 0 ]] && echotc md } PS1=%{`Sf 6 4`%}%n%{`Sf 7 4`%}@%{`Sf 3 4 1`%}%m%{`Sf 7 4`%}:%{`Sf 6 4 1`%}%~%{`Sf 2 0 1`%}%(#.#.\$)%{`Sf - - 0`%}' ' -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message