summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/zsh/.usr/local/bin/date2
-rwxr-xr-xpublic/zsh/.usr/local/bin/grep2
2 files changed, 4 insertions, 0 deletions
diff --git a/public/zsh/.usr/local/bin/date b/public/zsh/.usr/local/bin/date
new file mode 100755
index 0000000..0a50c4e
--- /dev/null
+++ b/public/zsh/.usr/local/bin/date
@@ -0,0 +1,2 @@
+#!/bin/bash
+gdate "$@"
diff --git a/public/zsh/.usr/local/bin/grep b/public/zsh/.usr/local/bin/grep
new file mode 100755
index 0000000..e950d06
--- /dev/null
+++ b/public/zsh/.usr/local/bin/grep
@@ -0,0 +1,2 @@
+#!/bin/bash
+ggrep "$@"