adjusted colors for grep output

This commit is contained in:
tomit4 2022-04-27 09:38:26 -07:00
parent b622b63c74
commit d0e8f551d5
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ eval "$(thefuck --alias)"
# Change with care:
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
# Configure grep output colors
export GREP_COLORS='ms=01;36'
export GREP_COLORS='ms=01;34'
# Enable fuzzy file finder
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh