diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2bedecd..dfde46e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -35,3 +35,7 @@ source ~/.zsh/command-not-found/command-not-found.plugin.zsh # Aliases alias config-git="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv" + + +# Custom Config +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6'