]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/run-help-sudo
zathura: configure zathura to use nord colors and dark pages by default
[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