X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f11b95c457d4a1b7a3bd1625a12c1ee848a3ffe1..909aee5f8d2362e092bbac90e3292eb4800537df:/zsh/functions/run-help-docker diff --git a/zsh/functions/run-help-docker b/zsh/functions/run-help-docker new file mode 100644 index 0000000..8e7adfd --- /dev/null +++ b/zsh/functions/run-help-docker @@ -0,0 +1,8 @@ +if [ $# -eq 0 ]; then + man docker + return +fi + +man docker-$1 + +return $?