mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-12 10:20:40 +01:00
add function vncviwer
This commit is contained in:
@@ -154,3 +154,6 @@ function trash() {
|
||||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function vncviewer() {
|
||||
open vnc://$@
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user