]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/run-help-sudo
nvim/ui: add blank plugin specs for all plugins
[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