zsh plugin

x·2023년 2월 6일
0

zsh-autosuggestions

zsh-syntax-highlighting : 하이라이팅
zsh-autosuggestions : 자동완성 제안
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions 입력

~/.zshrc 파일에 플러그인을 추가

plugins=( 
    # other plugins...
    zsh-autosuggestions
)

source ~/.zshrc로 변경 내용 로드

0개의 댓글