답변1
키보드의 오른쪽 화살표를 사용하면 위에 게시한 명령에 대한 나머지 제안이 "강화"됩니다.
답변2
플러그인을 다운로드하고 구문 강조를 추가하여 Zsh 경험을 향상시킬 수 있습니다. 이렇게 하려면 다음 Git 복제 명령을 실행하십시오.
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
.zshrc
다음으로 Nano를 사용하여 파일을 열고 nano ~/.zshrc
기존 plugins=(git)
줄을 plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
.
마지막으로 를 실행하여 변경 사항을 적용합니다 source ~/.zshrc
.