]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/_wake
vim/snippets/cpp: add t snippet to list of horrible one word snippets
[dotfiles.git] / zsh / functions / _wake
1 #compdef wake
2 #autoload
3
4 _arguments "1:device to wake:_files -W '$XDG_CONFIG_HOME/wakeonlan'" && return 0