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