Config File Collection
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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