aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-23 23:00:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-23 23:00:03 +1200
commit626bf0c1fd06769b3d7425016b9c667d0ece9df5 (patch)
tree39d8ed7ea28c2187c628caa669ce3fc0a8d9cad3
parentUse long option in newsboat config file (diff)
downloaddotfiles-626bf0c1fd06769b3d7425016b9c667d0ece9df5.tar.gz
dotfiles-626bf0c1fd06769b3d7425016b9c667d0ece9df5.zip
Use blank value for default fortunes
-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"