Configuring Zsh

$ yaourt -S zsh aur/oh-my-zsh-git

Run for the first time, zsh will prompt for configuration. Just ignore it, because we could use oh-my-zsh to help later.

$ zsh

Here is how oh-my-zsh to comes to help:

$ cp /usr/share/oh-my-zsh/zshrc ~/.zshrc
$ chsh -s $(which zsh)

posted on 2015-05-12 03:43  victl  阅读(123)  评论(0)    收藏  举报

导航