change color for suggestions, add mingw to default pacman cfg

This commit is contained in:
2016-06-19 16:53:26 +03:00
parent 715ea56ecc
commit 85a21db3aa
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [[ -a "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" ]]
else
source "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
fi
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black'
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
bindkey '^ ' autosuggest-accept
bindkey '^B' autosuggest-clear