]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/functions/_wake
remove oh-my-zsh
[dotfiles.git] / zsh / functions / _wake
diff --git a/zsh/functions/_wake b/zsh/functions/_wake
new file mode 100644 (file)
index 0000000..4ab10d3
--- /dev/null
@@ -0,0 +1,4 @@
+#compdef wake
+#autoload
+
+_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0