Commit e94039d6 authored by Paul Gideon Dann's avatar Paul Gideon Dann
Browse files

Splitting wakeonlan plugin completion into separate file

parent aa7ddd51
#compdef wake
#autoload
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0
......@@ -12,7 +12,3 @@ function wake() {
wakeonlan -f "$config_file"
}
if (( $+functions[compdef] )); then
compdef "_arguments '1:device to wake:_files -W '\''$HOME/.wakeonlan'\'''" wake
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment