zshrc: provide completion for refunc function
[grml-etc-core.git] / etc / zsh / zshrc
index d8f71d0..041bae3 100644 (file)
@@ -3819,6 +3819,7 @@ refunc() {
         autoload $func
     done
 }
+compdef _functions refunc
 
 # a small check to see which DIR is located on which server/partition.
 # stolen and modified from Sven's zshrc.forall