]> git.phdru.name Git - dotfiles.git/blobdiff - bin/grep
.shellrc: instead of colorized aliases create shell scripts
[dotfiles.git] / bin / grep
diff --git a/bin/grep b/bin/grep
new file mode 100755 (executable)
index 0000000..22e1c43
--- /dev/null
+++ b/bin/grep
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec /bin/grep --color=auto "$@"