diff options
-rwxr-xr-x | .local/bin/qotd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/qotd b/.local/bin/qotd index 5c7d72d..056af85 100755 --- a/.local/bin/qotd +++ b/.local/bin/qotd @@ -9,6 +9,8 @@ func older_than_today file { test $mod != `date +%F } +set -e WGETRC $(XDG_CONFIG_HOME:$HOME/.config)/wgetrc + set QUOTES $(XDG_DATA_HOME:$HOME/.local/share)/romir/quotes.yml set QOTD $(XDG_CACHE_HOME:$HOME/.cache)/qotd |