devops

oh-my-zsh so slow (WSL)

디클냥 2025. 5. 18. 00:06

oh-my-zsh 이 느린 경우 해결 방법 (특히 WSL)

oh-my-zsh so slow

  • Theme 가 느린 경우는 Pass
  • git 관리 디렉토리 진입시 현저히 느려지는 경우
$ git config --global oh-my-zsh.hide-status 1
$ git config --global oh-my-zsh.hide-dirty 1

$ git config --global -l
oh-my-zsh.hide-status=1
oh-my-zsh.hide-dirty=1

'devops' 카테고리의 다른 글

Kustomize Basic  (0) 2025.05.18
Keepalived Basic  (1) 2025.05.18
Github Actions 101  (0) 2025.05.18
ReaR (Relax & Recover) Basic  (0) 2025.05.18
Oracle, Sqlldr  (0) 2025.05.18