mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2026-02-10 06:57:17 -05:00
4 lines
65 B
Bash
4 lines
65 B
Bash
VNC_VIEWER="VNC\ Viewer"
|
|
|
|
alias vnc_viewer="open -a $VNC_VIEWER"
|