Disable .profile fortunes
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 14 Feb 2022 14:13:00 +0000 (09:13 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 14 Feb 2022 14:13:00 +0000 (09:13 -0500)
home/.profile

index b01c106..c7c3a4a 100644 (file)
@@ -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
This page took 0.02229 seconds and 4 git commands to generate.