diff options
-rw-r--r-- | bash/bash_profile.d/fortune.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_profile.d/fortune.bash b/bash/bash_profile.d/fortune.bash index e4da485d..cc16ff05 100644 --- a/bash/bash_profile.d/fortune.bash +++ b/bash/bash_profile.d/fortune.bash @@ -14,6 +14,6 @@ fi FORTUNE_PATH=${FORTUNE_PATH:-$HOME/.local/share/games/fortunes} fi printf '\n' - fortune -sn "${FORTUNE_MAXSIZE:-768}" "$FORTUNE_PATH" + fortune -s "$FORTUNE_PATH" printf '\n' ) |