install zsh from source
2008年08月08日 (linux)
command
# cd /usr/local/src # tar zxvf zsh.tar.gz # cd zsh-4.2.7 # ./configure # make # make install # whereis -b zsh zsh: /usr/local/bin/zsh /usr/local/lib/zsh # echo "/usr/local/bin/zsh" >>/etc/shells
PR
Comment