X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Ffunctions.d%2Fgrml-wallpaper;h=64c82aa285bd44291200349876c7ba4b149f24ee;hb=5c716b322f326200b851bdd3c8751cb1ab475e6e;hp=50943eab6ac9c55054f43315fa165192aa988f92;hpb=430b9c2ab968caeadd979644e99c3f7b3d91a654;p=grml-etc-core.git diff --git a/etc/zsh/functions.d/grml-wallpaper b/etc/zsh/functions.d/grml-wallpaper index 50943ea..64c82aa 100644 --- a/etc/zsh/functions.d/grml-wallpaper +++ b/etc/zsh/functions.d/grml-wallpaper @@ -1,5 +1,6 @@ +# vim:filetype=zsh if [[ -f /usr/share/grml/"$1" ]] ; then - Esetroot -scale /usr/share/grml/"$1" + Esetroot -scale /usr/share/grml/"$1" else - Esetroot -scale "$@" + Esetroot -scale "$@" fi