mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 03:51:12 +00: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
|
||
|
|