From owner-freebsd-hackers Fri Mar 24 16:52:45 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 1547737B796; Fri, 24 Mar 2000 16:52:43 -0800 (PST) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA06757; Fri, 24 Mar 2000 16:52:35 -0800 (PST) (envelope-from Doug@gorean.org) Date: Fri, 24 Mar 2000 16:52:35 -0800 (PST) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Akinori -Aki- MUSHA Cc: freebsd-hackers@freebsd.org, shige@freebsd.org Subject: Re: zsh compdef collection for FreeBSD In-Reply-To: <86ln38vutx.wl@archon.local.idaemons.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Mar 2000, Akinori -Aki- MUSHA wrote: > Hi, FreeBSD hackers! > > I suppose FreeBSD users who use zsh (the Z shell) must have been > customizing it so well and got some neat definitions for FreeBSD (or > *BSD rather) environment. > > Now I have a suggestion. > > Why not we collect those useful compdef's to send to the zsh > development team? I use the following in my .bashrc. I'm operating on the assumption that zsh has aliases of some sort, otherwise feel free to ignore this entire post. :) (Beware linewrap) case $MACHTYPE in *[Ff]ree[Bb][Ss][Dd]*) alias mergemaster='mergemaster -w ${COLUMNS}' alias kern='make depend && make && make install' alias cleanobj='rm -f -r /usr/obj/* || chflags -R noschg /usr/obj/* && rm -r /usr/obj/*' alias myps='/bin/ps -axo user,pid,ppid,%cpu,%mem,vsz,rss,state,start,time,command' ;; esac Enjoy, Doug -- "So, the cows were part of a dream that dreamed itself into existence? Is that possible?" asked the student incredulously. The master simply replied, "Mu." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message