mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
parent
909fcef046
commit
9a61336d33
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue