mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-12 16:48:28 +01:00
add function vncviwer
This commit is contained in:
parent
0ab0e67ecf
commit
49860bd61f
@ -154,3 +154,6 @@ function trash() {
|
||||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function vncviewer() {
|
||||
open vnc://$@
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user