首页 > 代码库 > Shell的一些基本用法

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/ 

<style type="text/css" isprelink="true">@import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);</style><style type="text/css">@import url(/css/cuteeditor.css);</style>

Shell的一些基本用法