1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

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