Artifact 8d66115170449b92d2622fb479e6c77a4c51936962e6ac4fbd23a0a7e201c837:
- File
config/fish/functions/grep.fish
— part of check-in
[c22a3e608c]
at
2020-01-22 21:38:13
on branch trunk
— fish: Slightly change command and operator color
This is the exact same color in Apple Terminal, but improves legibility
in Gnome Terminal.Also silences stderr from which. (user: js size: 129)
function grep if which ggrep >/dev/null ^&1 command ggrep --color=auto $argv else command grep --color=auto $argv end end