mirror of https://git.xinb.cc/xinb/ohmyzsh.git
Merge pull request #1650 from ishtu/master
add vncviewer function (using "open" functionality)
This commit is contained in:
commit
74859240be
|
@ -154,3 +154,6 @@ function trash() {
|
|||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function vncviewer() {
|
||||
open vnc://$@
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue