diff options
Diffstat (limited to 'etc/functions/check_com')
-rwxr-xr-x | etc/functions/check_com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/check_com b/etc/functions/check_com index b631e95..21de466 100755 --- a/etc/functions/check_com +++ b/etc/functions/check_com @@ -1,5 +1,6 @@ ## vim:ft=zsh ## Check for a command/function +## Usage: check_com [-c] <command> ## Taken from the grml zshrc - http://grml.org local -i comonly |