zsh: move completion.d and functions.d to usr/share
[grml-etc-core.git] / usr_share_grml / zsh / functions / grml / grml-wallpaper
1 # vim:filetype=zsh
2 if [[ -f /usr/share/grml/"$1" ]] ; then
3     Esetroot -scale /usr/share/grml/"$1"
4 else
5     Esetroot -scale "$@"
6 fi