mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-17 13:00:53 -05:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
VNC_VIEWER="VNC\ Viewer"
|
|
|
|
alias vnc_viewer="open -a $VNC_VIEWER"
|