Config File Collection
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

prompt_autosuggest.zsh 287B

123456
  1. # enable auto-suggestions based on the history for most systems
  2. if [ -f $ZSH_PLUGIN_BASE/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then
  3. . $ZSH_PLUGIN_BASE/zsh-autosuggestions/zsh-autosuggestions.zsh
  4. # change suggestion color
  5. ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
  6. fi