mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-12-28 02:11:17 -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"
|