zsh和bash兼容,fish和bash不兼容
安装
|
|
#安装on my zsh
curl1sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
wget1sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
修改oh my zsh 主题
|
|
oh my zsh插件
修改~/.zshrc
中plugins1plugins=(git z extract colored-man-pages)
git:各种别名,ga\gp\gs\gc
extract:功能强大的解压插件,所有类型的文件解压一个命令x
全搞定
z:强大的目录自动跳转命令,会记忆你曾经进入过的目录,用模糊匹配快速进入你想要的目录。
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins-Overview
其他
卸载on my zsh1uninstall_oh_my_zsh zsh
http://ohmyz.sh/
https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
https://blog.csdn.net/gatieme/article/details/52741221
https://www.jianshu.com/p/556ff130fc65