X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=b01c106aaa9f096b9fd8cd3ddac1b7fb46dd236a;hb=7826801327ed554853acf71faf0d041e723f09a4;hp=6c07eaf524e84c78b8d9e1b4c0ae79535fcc0df1;hpb=3914b6b16e1ba97c72e41fbacfc3e5063c901b69;p=khome.git diff --git a/home/.profile b/home/.profile index 6c07eaf..b01c106 100644 --- a/home/.profile +++ b/home/.profile @@ -14,7 +14,12 @@ then eval "$(ssh-agent)" fi -# https://rustup.rs/ -export PATH="$HOME/.cargo/bin:$PATH" - status + +printf '\n' + +awk \ + -v RS='' \ + 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \ + ~/arc/doc/fortunes/orangebook_.txt \ +| fold -s