Date: Fri, 24 Mar 2000 16:52:35 -0800 (PST) From: Doug Barton <Doug@gorean.org> To: Akinori -Aki- MUSHA <knu@idaemons.org> Cc: freebsd-hackers@freebsd.org, shige@freebsd.org Subject: Re: zsh compdef collection for FreeBSD Message-ID: <Pine.BSF.4.21.0003241648210.6624-100000@dt051n0b.san.rr.com> In-Reply-To: <86ln38vutx.wl@archon.local.idaemons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003241648210.6624-100000>
