답변:
https://github.com/abhigenie92/zsh_to_fish 다른 기능도 얻으려면 여기의 단계를 따르십시오.
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
~/.zshrc
로plugins = ( [plugins...] zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting)
참고 : zsh-syntax-highlighting이 위 목록의 마지막 항목인지 확인하십시오.
~/.zshrc
.ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
source ~/.zshrc
답변이 마음에 드시면 github repo의 주연을 고려하십시오.
apt list
있지만하지 않는--upgradable
. type을 시작할 때 제안 사항이 표시--u
되지만을 눌러도tab
자동 완성되지는 않습니다.