1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 19:50:28 +00:00
prezto/modules/wakeonlan/functions/_wake

13 lines
218 B
Plaintext
Raw Normal View History

2011-08-31 03:16:15 +00:00
#compdef wake
#autoload
2012-02-01 04:37:51 +00:00
#
# Completes wake.
#
# Authors:
# Paul Gideon Dann <pdgiddie@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2011-08-31 03:16:15 +00:00
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0