Big rewrite of /etc/zsh/completion.d/, thanks to ft!
[grml-etc-core.git] / etc / zsh / functions.d / grml-wallpaper
1 if [ -f /usr/share/grml/"$1" ] ; then
2    Esetroot -scale /usr/share/grml/"$1"
3 else
4    Esetroot -scale "$@"
5 fi