From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26929 invoked from network); 11 Jun 2004 10:30:12 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 11 Jun 2004 10:30:12 -0000 Received: (qmail 5955 invoked from network); 11 Jun 2004 10:29:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Jun 2004 10:29:42 -0000 Received: (qmail 29141 invoked by alias); 11 Jun 2004 10:29:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7520 Received: (qmail 29131 invoked from network); 11 Jun 2004 10:29:34 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 11 Jun 2004 10:29:31 -0000 Received: (qmail 5308 invoked from network); 11 Jun 2004 10:29:31 -0000 Received: from 211.valeoinc.com (HELO vfemail.net) (64.243.213.211) by a.mx.sunsite.dk with SMTP; 11 Jun 2004 10:29:27 -0000 Received: (qmail 66452 invoked by uid 85); 11 Jun 2004 10:29:25 -0000 Received: from myrmidon@vfemail.net by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.60. spamassassin: 2.55. Clear:. Processed in 0.178894 secs); 11 Jun 2004 10:29:25 -0000 Received: from unknown (HELO ?192.168.1.4?) (myrmidon@vfemail.net@127.0.0.1) by 127.0.0.1 with SMTP; 11 Jun 2004 10:29:25 -0000 From: Ziggy To: "L:ZSH-users" Subject: Coolest prompt? Date: Fri, 11 Jun 2004 13:29:45 +0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406111329.45312.myrmidon@vfemail.net> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=BAYES_50 autolearn=no version=2.63 X-Spam-Hits: 0.0 ZSH allows the user to create interesting prompts. Time displaying, menu bars and colors. Post your prompt (and .zshrc) here. Mine is a rather simple one: adi@omega ~ % 1:27PM Fri My zshrc:: alias d="ls --color" alias ls="ls --color=auto" alias ll="ls --color -lh" alias nano="nano -w" alias "nano --override"="nano" alias BitchX="BitchX dushkinup" autoload -U compinit promptinit compinit promptinit; prompt gentoo RPROMPT=' %B%@%b %U%D{%a}%u' prompt="{%U%n#%l@%m:%h%u} %30<...<%~%#" chpwd() { [[ -t 1 ]] || return if [[ -n $xterm_prompt ]] { print -Pn "\e]2;${USER}@${HOST}:%~\a" } } -- Linux 2.6.6 (Gentoo) i686 P4 Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing had happened. -- Winston Churchill