抬头仰望星空,是否能发现自己的渺小。

伪斜杠青年

人们总是混淆了欲望和理想

优化 oh my zsh on Windows 启动速度

git bash 配置完 oh my zsh 后能用还是能用,就是卡,慢,但也就偶尔用用所以没管,今天想起来查了下,主要原因还是在于 git。

官方有给一个配置项,在 .zshrc ,默认是注释状态,放开即可:

# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
DISABLE_UNTRACKED_FILES_DIRTY="true"

但我还是觉得如隔靴搔痒,后来找了很多,大多数是执行这两行代码:

git config --global --add oh-my-zsh.hide-status 1
git config --global --add oh-my-zsh.hide-dirty 1

或者:

git config --global --replace-all oh-my-zsh.hide-status 1
git config --global --replace-all oh-my-zsh.hide-dirty 1

但问题在于,这两行代码不知为何根本无法执行下去。 可以自己在 用户目录下新建 .gitconfig,内容:

[oh-my-zsh]
hide-status = 1
hide-dirty = 1

但结果,还是那么得不尽,所以,至今为止,暂未找到更合适的解法,如有有还请告知下,谢谢。

参考:

https://github.com/hsab/WSL-config/issues/1

oh-my-zsh on WSL2 has unstable launching speed #4256


本站由以下主机服务商提供服务支持:

0条评论

发表评论