mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-06 21:31:17 +01:00
Merge pull request #1650 from ishtu/master
add vncviewer function (using "open" functionality)
This commit is contained in:
commit
74859240be
1 changed files with 3 additions and 0 deletions
|
@ -154,3 +154,6 @@ function trash() {
|
|||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function vncviewer() {
|
||||
open vnc://$@
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue