1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01:00

add function vncviwer

This commit is contained in:
ishtu
2013-03-10 19:18:33 +03:00
parent 0ab0e67ecf
commit 49860bd61f

View File

@@ -154,3 +154,6 @@ function trash() {
IFS=$temp_ifs IFS=$temp_ifs
} }
function vncviewer() {
open vnc://$@
}