From d0e8f551d5ed9df96ee91f4b74a9723a8e6ae7ed Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 27 Apr 2022 09:38:26 -0700 Subject: [PATCH] adjusted colors for grep output --- bashrc.txt | 4 ++-- zshrc.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 683e44bc..37cd70fd 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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 diff --git a/zshrc.txt b/zshrc.txt index 3217c3c9..a09c5599 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -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