Commit 9a61336d authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

Fix man-preview completion definition

Related: #5179
parent 909fcef0
...@@ -175,7 +175,7 @@ function quick-look() { ...@@ -175,7 +175,7 @@ function quick-look() {
function man-preview() { function man-preview() {
man -t "$@" | open -f -a Preview man -t "$@" | open -f -a Preview
} }
compdef man-preview=man compdef _man man-preview
function vncviewer() { function vncviewer() {
open vnc://$@ open vnc://$@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment