Navigation
index
next
|
previous
|
MindonTech 0.0.1 documentation
»
linux
»
使用 zsh
¶
本机
¶
安装 oh-my-zsh
将.bashrc 的内容加入 .zshrc
切换默认 shell:
chsh
-s
/bin/zsh
服务器
¶
安装 zsh 到自己的bin目录
在.bashrc的最后加上一句
exec
zsh
或者使用 3.
使用 chsh 修改,前提是目标 zsh 在
/etc/shells
中
如果使用 NIS,需要首先登陆主控机,使用
chsh
修改主控机上的
login
shell
,然后再在其余任意一台机器中使用
ypchsh
修改。
Table Of Contents
使用 zsh
本机
服务器
Previous topic
autojump 与 zsh 自动补全
Next topic
Zsh 快捷键绑定 (keybinding)
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
MindonTech 0.0.1 documentation
»
linux
»