码迷,mamicode.com
首页 > 其他好文 > 详细

zsh

时间:2014-09-07 13:39:05      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:http   for   sp   log   c   ef   r   tt   git   

sudo apt-get install curl zsh


curl -L http://install.ohmyz.sh | sh

sudo chsh -s $(which zsh) $(whoami) #this to change your default sh to zsh


then you should logout and relog for enable zsh


edit ~/.zshrc to custom theme:

change ZSH_THEME=””

I like intheloop theme better.


more info see:

https://github.com/robbyrussell/oh-my-zsh

https://github.com/robbyrussell/oh-my-zsh/wiki/themes

zsh

标签:http   for   sp   log   c   ef   r   tt   git   

原文地址:http://my.oschina.net/u/1772607/blog/311359

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!