X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9db2a4fbb031ff818b64038d74f3a6728f0ea677..1a914da7eab0211a29f6457bb1cecc27891988b0:/zsh/functions/run-help-sudo?ds=inline diff --git a/zsh/functions/run-help-sudo b/zsh/functions/run-help-sudo new file mode 100644 index 0000000..8425668 --- /dev/null +++ b/zsh/functions/run-help-sudo @@ -0,0 +1,7 @@ +if [ $# -eq 0 ]; then + man sudo +else + run-help $1 +fi + +