Fix man-preview completion definition

Related: #5179
master
Marc Cornellà 10 years ago committed by GitHub
parent 909fcef046
commit 9a61336d33
  1. 2
      plugins/osx/osx.plugin.zsh

@ -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://$@

Loading…
Cancel
Save