mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
5 lines
97 B
Text
5 lines
97 B
Text
#compdef wake
|
|
#autoload
|
|
|
|
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0
|
|
|