summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-30 12:30:08 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-30 12:30:08 +0200
commit397fe8198c01e97b7b5835432af47cbbbeab97ee (patch)
tree909dfed89395fa9906206cc7f439ce80e1cde1c5 /.zshrc
parent895c87acf2af6ead40ba226a4fca62eab9f12dd6 (diff)
downloaddotfiles-397fe8198c01e97b7b5835432af47cbbbeab97ee.tar.gz
dotfiles-397fe8198c01e97b7b5835432af47cbbbeab97ee.tar.xz
misc changes
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: