1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-26 21:24:44 +01:00

Merge pull request #1650 from ishtu/master

add vncviewer function (using "open" functionality)
This commit is contained in:
Robby Russell
2013-03-26 21:48:36 -07:00

View File

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