上篇文章介绍了rc.local开机启动项的一些设置:http://note.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 |
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks