X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Ffunctions.d%2Fgrml-wallpaper;h=64c82aa285bd44291200349876c7ba4b149f24ee;hb=3d6452fdfc44310b5615eaf61c95cab4c27d9bf8;hp=50943eab6ac9c55054f43315fa165192aa988f92;hpb=7cd35fe5b7453290cfba553de94cf216e1833ac5;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