他の機能も取得するには、こちらの手順に従ってください:https :
//github.com/abhigenie92/zsh_to_fish
- oh-my-zshをインストールする
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'
- zshを再起動します
source ~/.zshrc
答えがよければ、githubリポジトリにスターを付けることを検討してください。
apt list
です--upgradable
。typeを開始すると提案が表示されますが、を--u
押しtab
てもオートコンプリートは行われません。