zshrc: Using "emulate -L"s in functions where needed
[grml-etc-core.git] / etc / zsh / completion.d / _grml-wallpaper
index c84be17..91893bf 100644 (file)
@@ -1,5 +1,7 @@
 #compdef grml-wallpaper
 
+local -a dirs
+
 dirs=(. /usr/share/grml/)
 _description files expl 'set desktop wallpaper on grml system'
 _files "$expl[@]" -W dirs -g '*.{jpg,png}(-.)'