This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add function vncviwer
ishtu
12 years ago
parent
0ab0e67ecf
commit
49860bd61f
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
plugins/osx/osx.plugin.zsh
+ 3
- 0
plugins/osx/osx.plugin.zsh
View File
@@ -154,3 +154,6 @@ function trash() {
IFS=$temp_ifs
}
+function vncviewer() {
+ open vnc://$@
+}