mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01: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
|