答え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
。