I've been using zsh for a couple of years now on Ubuntu and really like it a lot.
I've installed it on our production server as well, which is running CentOS 5.2, and it works just fine.
However, I just installed it via yum on a new VM I created to use as a development box, to replicate our production box as closely as possible.
Although yum shows that it is definitely installed (/bin/zsh) and that it is set as my shell, it does not appear to be working. Instead of creating the .zshrc and .profile files in my home directory, it created a .tcshrc file. Also, I did not receive the default configuration menu that is always displayed once you begin using ZSH, and none of the features (like advanced tab comple
echo $versionandecho $ZSH_VERSIONtell you? – Dennis Williamson Feb 11 '11 at 16:00/bin/zshon the command line? Choosing your shell isn't the same as installing it. – Andrew M. Feb 12 '11 at 19:10echo $versionproduces a blank line.echo $ZSH_VERSIONtells me "4.2.6" @Redmumba Thanks, but I did ensure that I installed zsh before choosing it as my shell. Typing/bin/zshstarts zsh. – tommytwoeyes Mar 18 '11 at 20:08