Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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