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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to