From 3ad265f282e8e61398fad6a4ec7fe0fa5d227586 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sat, 13 Apr 2024 01:00:41 +0000 Subject: add fish grep function with no colour --- fish/functions/grep.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fish/functions/grep.fish (limited to 'fish/functions') diff --git a/fish/functions/grep.fish b/fish/functions/grep.fish new file mode 100644 index 0000000..bf66e8e --- /dev/null +++ b/fish/functions/grep.fish @@ -0,0 +1,5 @@ +# grep without colour + +function grep + command grep --color=never $argv +end -- cgit 1.4.1-2-gfad0