This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
oh-my-zsh
Watch
1
Star
0
Fork
You've already forked oh-my-zsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
add function vncviwer
Browse Source
master
ishtu
13 years ago
parent
0ab0e67ecf
commit
49860bd61f
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
plugins/osx/osx.plugin.zsh
3
plugins/osx/osx.plugin.zsh
Unescape
Escape
View File
@ -154,3 +154,6 @@ function trash() {
IFS
=
$temp_ifs
}
function
vncviewer
(
)
{
open vnc://
$@
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
wilderjds/oh-my-zsh
Title
Body
Create Issue