extend debbug() based on http://xana.scru.org/quanks/b-func.html
[grml-etc-core.git] / etc / zsh / functions.d / 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