mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-15 15:19:24 +08:00
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
#compdef wake
|
||
|
#autoload
|
||
|
|
||
|
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0
|
||
|
|