From: Siraaj Khandkar Date: Mon, 14 Feb 2022 14:13:00 +0000 (-0500) Subject: Disable .profile fortunes X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=9a681a6e5f9dc86672cc380e07f394d85a57d30d Disable .profile fortunes --- diff --git a/home/.profile b/home/.profile index b01c106..c7c3a4a 100644 --- a/home/.profile +++ b/home/.profile @@ -18,8 +18,8 @@ status printf '\n' -awk \ - -v RS='' \ - 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \ - ~/arc/doc/fortunes/orangebook_.txt \ -| fold -s +#awk \ +# -v RS='' \ +# 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \ +# ~/arc/doc/fortunes/orangebook_.txt \ +#| fold -s