]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/run-help-sudo
vim: don't expand tabs in gitconfig
[dotfiles.git] / zsh / functions / run-help-sudo
1 if [ $# -eq 0 ]; then
2 man sudo
3 else
4 run-help $1
5 fi
6
7