summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 8e8b58a..44afd90 100644
--- a/.zshrc
+++ b/.zshrc
@@ -564,7 +564,11 @@ function _ssh-mount () {
}
compdef _ssh-mount ssh-mount.sh
-# vim: set ft=zsh:
+function _wake () {
+ compadd $(wake)
+}
+compdef _wake wake
+
# machine dependent stuff
. $HOME/.private_stuff.zsh
# }}}
@@ -583,4 +587,4 @@ echo
# Show again
stty echo
-# vim: set ft=zsh:
+# vim: set ft=sh: