summary refs log tree commit diff
path: root/fish/functions/grep.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/grep.fish')
-rw-r--r--fish/functions/grep.fish5
1 files changed, 0 insertions, 5 deletions
diff --git a/fish/functions/grep.fish b/fish/functions/grep.fish
deleted file mode 100644
index bf66e8e..0000000
--- a/fish/functions/grep.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-# grep without colour
-
-function grep
-	command grep --color=never $argv
-end