aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/welcome.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/welcome.sh')
-rw-r--r--sh/profile.d/welcome.sh2
1 files changed, 1 insertions, 1 deletions
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"