mirror of
https://github.com/lloeki/dotfiles.git
synced 2026-05-06 12:20:22 +02:00
4 lines
86 B
Text
Executable file
4 lines
86 B
Text
Executable file
# add some color
|
|
GREP_OPTIONS='--color=auto'
|
|
CLICOLOR=1;
|
|
export GREP_OPTIONS CLICOLOR
|