码迷,mamicode.com
首页 > 系统相关 > 详细

Shell的一些基本用法

时间:2014-10-22 10:49:41      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   使用   strong   sp   on   

查看当前系统下所有可用的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/ 

Shell的一些基本用法

标签:style   blog   http   color   ar   使用   strong   sp   on   

原文地址:http://www.cnblogs.com/NINIiOS/p/4042327.html

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