zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
[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