- A+
所属分类:Basic
上篇文章介绍了rc.local开机启动项的一些设置:http://www.t4x.org/basic/arch-linux-rc-local/,此次介绍一下zsh的相关配置。
0 1 2 3 4 5 6 7 8 9 10 11 12 |
[root@Arch ~]# su - byrd [byrd@Arch ~]$ which zsh /usr/bin/zsh [byrd@Arch ~]$ chsh -s /usr/bin/zsh Changing shell for byrd. Password: Shell changed. [byrd@Arch ~] [root@Arch ~]# pacman -S git [root@Arch ~]# su - byrd Arch% git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh Arch% cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc [root@Arch ~]# reboot |
来自外部的引用: 1