From 9a681a6e5f9dc86672cc380e07f394d85a57d30d Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 14 Feb 2022 09:13:00 -0500 Subject: [PATCH] Disable .profile fortunes --- home/.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.20.1