adjusted colors for grep output
This commit is contained in:
parent
b622b63c74
commit
d0e8f551d5
2 changed files with 3 additions and 3 deletions
|
|
@ -173,12 +173,12 @@ ex ()
|
||||||
HISTTIMEFORMAT="%d/%m/%y %T "
|
HISTTIMEFORMAT="%d/%m/%y %T "
|
||||||
|
|
||||||
# Displays current git branch if there is any and also styles bash prompt
|
# 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
|
# Configure thefuck
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
|
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
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
# BEGIN_KITTY_SHELL_INTEGRATION
|
# BEGIN_KITTY_SHELL_INTEGRATION
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ eval "$(thefuck --alias)"
|
||||||
# Change with care:
|
# Change with care:
|
||||||
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
|
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
|
||||||
# Configure grep output colors
|
# Configure grep output colors
|
||||||
export GREP_COLORS='ms=01;36'
|
export GREP_COLORS='ms=01;34'
|
||||||
|
|
||||||
# Enable fuzzy file finder
|
# Enable fuzzy file finder
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue