diff --git a/pacman.conf b/pacman.conf index 1e4de2d..3f6eaf6 100644 --- a/pacman.conf +++ b/pacman.conf @@ -6,3 +6,7 @@ Server = ftp://repo.arcanis.me/repo/$arch [blackarch] Server = http://mirror.yandex.ru/mirrors/blackarch/$repo/os/$arch + +[mingw-w64] +Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch +SigLevel = Never diff --git a/zsh/highlighting.zsh b/zsh/highlighting.zsh index cfed93c..4119b6d 100644 --- a/zsh/highlighting.zsh +++ b/zsh/highlighting.zsh @@ -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