查看shells
1、cat /etc/shells
修改shell
2、chsh -s /bin/zsh
3、安装.oh_my_sdh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
4、vim .bash_profile
5、添加 export ZSH_CUSTOM=“/Users/xxx/.oh-my_zsh/custom"
6、安装zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
7、vim .zshrc
8、找到plugins = (git) 修改为 plugins = (git autosuggestions) 保存并退出
9、source .zshrc
本文详细介绍如何查看和修改Linux系统的shell,从查看可用的shell到使用ZSH作为默认shell,包括安装oh-my-zsh插件,配置.zshrc文件以启用自动补全功能,使终端操作更加高效。
1万+

被折叠的 条评论
为什么被折叠?



