summaryrefslogtreecommitdiff
path: root/functions/egrep.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/egrep.fish')
-rw-r--r--functions/egrep.fish5
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/egrep.fish b/functions/egrep.fish
index 271b6ce..f8d8040 100644
--- a/functions/egrep.fish
+++ b/functions/egrep.fish
@@ -1 +1,4 @@
-alias egrep='egrep --color=auto'
+#Greg with regex and color
+function egrep --description 'Grep with regex and color' --wraps egrep
+ egrep --color=auto
+end