overtrue / blog

安正超博客
http://overtrue.me
MIT License
74 stars 34 forks source link

Config Zsh On Osx - overtrue #16

Open overtrue opened 6 years ago

overtrue commented 6 years ago

https://overtrue.me/articles/2014/10/config-zsh-on-osx.html

之前在看jeffway的laravel教程的时候发现他演示用的终端特别漂亮,有一个云朵一样的标志,然后就一直找不到是怎么弄的,好在今天在GitHub上看到了zsh(不过打开页面的时候我已经发现我star过了… :see_no_evil: ) 将bash切换为zsh chsh -s /bin/zsh 其实还可以用which来定位(特别是ubuntu的童鞋) chsh -s which zsh 直接用zsh会很蛋疼,因为zsh功能很强大但是太复杂,所以需要oh-my-zsh来将它简单化。如果要切换回bash: chsh -s /bin/bash 下载oh-my-zsh 直接用git从gi...

topzar commented 6 years ago

一直在用zsh

overtrue commented 6 years ago

@oyghan 一直在用zsh

我现在在用 fish