参考:https://jingyan.baidu.com/article/8065f87fae247e2330249876.html

1.打开 iTerm21.

2.下载 :  git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

2.替换zshrc :  cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

3.bash 切换成zsh:chsh -s /bin/zsh  

//zsh 切换成bash:chsh -s /bin/bash

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
猜你喜欢
  • 2021-12-31
  • 2021-08-20
  • 2021-10-02
  • 2021-09-10
  • 2021-09-03
相关资源
相似解决方案