X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=b01c106aaa9f096b9fd8cd3ddac1b7fb46dd236a;hb=a3ee7a6d5cda9683d1b4a67b39055b3fb169c289;hp=3c0745e2d822017fa9101214bfa1c09b49982334;hpb=d061650f1de1e65c1a3dc979834286192bef80f8;p=khome.git diff --git a/home/.profile b/home/.profile index 3c0745e..b01c106 100644 --- a/home/.profile +++ b/home/.profile @@ -15,3 +15,11 @@ then fi status + +printf '\n' + +awk \ + -v RS='' \ + 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \ + ~/arc/doc/fortunes/orangebook_.txt \ +| fold -s