summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake')
-rw-r--r--.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake b/.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake
new file mode 100644
index 0000000..4ab10d3
--- /dev/null
+++ b/.config/zsh/oh-my-zsh/plugins/wakeonlan/_wake
@@ -0,0 +1,4 @@
+#compdef wake
+#autoload
+
+_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0