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

@ -173,12 +173,12 @@ ex ()
HISTTIMEFORMAT="%d/%m/%y %T "
# Displays current git branch if there is any and also styles bash prompt
export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\033[01;37m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;36m└─▶\033[37m '
export PS1='\[\033[01;34m\][\u@\h\[\033[01;37m\] \W\[\033[01;34m\]]\$\033[01;34m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;34m└─▶\033[37m '
# Configure thefuck
eval "$(thefuck --alias)"
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
export GREP_COLORS='ms=01;36'
export GREP_COLORS='ms=01;34'
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
# BEGIN_KITTY_SHELL_INTEGRATION

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