diff options
Diffstat (limited to 'public/zsh/.usr/local/bin')
-rwxr-xr-x | public/zsh/.usr/local/bin/date | 2 | ||||
-rwxr-xr-x | public/zsh/.usr/local/bin/grep | 2 |
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 "$@" |