Skip to content
Austin Kong edited this page Jul 26, 2016 · 3 revisions

Zsh

Source installation notes

If it causes problems with finding zle.so (eg if default install path was changed)

./configure --disable-dynamic

Making Zsh a login shell

chsh

To make zsh login shell without root access, add the following to bashrc

[ -f $HOME/bin/zsh ] && exec $HOME/local/bin/zsh -l

Adding syntax highlighting

zsh-syntax-highlighting

cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git