Shell的一些基本用法

查看当前系统下所有可用的Shell的类型:cat /etc/shells

设置当前系统要用的shell类型为:/bin/zsh(以此为例) : chsh -s /bin/zsh

     当前shell设置完成之后,需要重新启动电脑才能生效

 

 查看当前使用的shell的类型: echo $SHELL

 

关于 oh my zsh 这里有几个不错的资源,跟大家分享一下:

https://github.com/robbyrussell/oh-my-zsh#the-manual-way


http://macshuo.com/?p=676   终极 Shell


http://ngot.iteye.com/blog/1941145


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


http://site.douban.com/125980/widget/notes/4884065/note/232038698/ 

posted @ 2014-10-22 09:46  妮妮1018  阅读(137)  评论(0编辑  收藏  举报