mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Update grep colorization
This commit is contained in:
parent
4d5aba1c5a
commit
120823fd2e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# add some color
|
# add some color
|
||||||
GREP_OPTIONS='--color=auto'
|
alias grep=grep --color=auto
|
||||||
CLICOLOR=1;
|
CLICOLOR=1;
|
||||||
export GREP_OPTIONS CLICOLOR
|
export CLICOLOR
|
||||||
|
|
||||||
# gnome terminal knows colors
|
# gnome terminal knows colors
|
||||||
[[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color
|
[[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue