Fix syntax error

This commit is contained in:
Tom Willemse 2016-07-17 22:22:39 +02:00
parent 6d07c19488
commit 633291d242

View file

@ -5,7 +5,7 @@
# This simple function saves a lot of keystrokes when editing this # This simple function saves a lot of keystrokes when editing this
# configuration. Instead of typing "herbstluftwm" everywhere, I can # configuration. Instead of typing "herbstluftwm" everywhere, I can
# just type "hc". This is part of the default configuration. # just type "hc". This is part of the default configuration.
function hc() { herbstclient "$@" } function hc() { herbstclient "$@"; }
# This function picks a random wallpaper from a list collection. # This function picks a random wallpaper from a list collection.
function random-wallpaper() { function random-wallpaper() {