mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-14 22:35:48 +00:00
change color for suggestions, add mingw to default pacman cfg
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user