1
0
Fork 0

zsh: fix man

This commit is contained in:
Vladimír Dudr 2023-11-25 00:02:26 +01:00
parent 51b8d49c4b
commit c4d03f75d0

View file

@ -27,7 +27,7 @@ pocompile() {
}
man() {
if [[ "$1" = -k ]]; then
if [[ "$1" = -k ]] || [[ "$1" = '---' ]] ; then
command man "$@"
elif [[ -n "$1" ]]; then
vim man://$1