[Linux-users] zsh

David N. Blank-Edelman linux-users at lists.ccs.neu.edu
26 Apr 2002 17:47:51 -0400


Howdy-
  Just to let you know about a Solaris change you might want to track
  on the Linux side too: we're currently starting a limited test of
  ZSH version 4.0.4 on Solaris with plans to cut to it if it works
  out. 

  Right now I do the following in my .zshrc on Solaris:

# check for latest zsh
if [ $ZSH_VERSION = '3.0.7' ]; then
        [ -x /bin/zsh-4.0.4 ] && exec /bin/zsh-4.0.4
fi

 (because Linux currently has 3.0.8 deployed and 4.0.4 isn't
 available). 

I'm guessing you might want a /bin/zsh-4.0.4 too if you want to track
our change.

   Peace,
      dNb