aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile.d/fortune.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_profile.d/fortune.bash')
-rw-r--r--bash/bash_profile.d/fortune.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_profile.d/fortune.bash b/bash/bash_profile.d/fortune.bash
index deb2e79f..dd054192 100644
--- a/bash/bash_profile.d/fortune.bash
+++ b/bash/bash_profile.d/fortune.bash
@@ -4,5 +4,6 @@ if [[ $- == *i* ]] && hash fortune 2>/dev/null ; then (
FORTUNE_PATH=${FORTUNE_PATH:-$HOME/.local/share/games/fortunes}
fi
fortune -sn "${FORTUNE_MAXSIZE:-768}" "$FORTUNE_PATH"
+ printf '\n'
) ; fi