mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 03:15:21 +08:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
#compdef wake
|
|
#autoload
|
|
|
|
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0
|