Fix man-preview completion definition

Related: #5179
This commit is contained in:
Marc Cornellà 2016-06-20 22:19:02 +02:00 committed by GitHub
parent 909fcef046
commit 9a61336d33

View File

@ -175,7 +175,7 @@ function quick-look() {
function man-preview() {
man -t "$@" | open -f -a Preview
}
compdef man-preview=man
compdef _man man-preview
function vncviewer() {
open vnc://$@