기타
oh my zsh 터미널 자동완성
넫챠미K
2022. 1. 10. 10:01
1. oh my zsh 설치
2. autosuggestions 플러그인 설치
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
3. ~/.zshrc 파일 수정
plugin 부분에
zsh-autosuggestions
추가해주고 저장