From 626bf0c1fd06769b3d7425016b9c667d0ece9df5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 Jun 2020 23:00:03 +1200 Subject: Use blank value for default fortunes --- sh/profile.d/welcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile.d/welcome.sh b/sh/profile.d/welcome.sh index 345fd598..22914fa5 100644 --- a/sh/profile.d/welcome.sh +++ b/sh/profile.d/welcome.sh @@ -23,7 +23,7 @@ esac FORTUNE_PATH=${XDG_DATA_HOME:-$HOME}/.local/share/fortune set -- "$FORTUNE_PATH"/*.dat if ! [ -e "$1" ] ; then - FORTUNE_PATH=all + FORTUNE_PATH= fi fi fortune -s "$FORTUNE_PATH" -- cgit v1.2.3