From 9e77d83ddd06971f90c4507af8bbedead0cde4bf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jul 2016 19:41:05 +1200 Subject: Remove custom length limit on login fortunes OpenBSD doesn't have -n --- bash/bash_profile.d/fortune.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- cgit v1.2.3