X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.profile;h=b01c106aaa9f096b9fd8cd3ddac1b7fb46dd236a;hb=15cddcbb410da3299bc341ddd4c04926b3757f89;hp=7cd90912e807674543ffedb0372c7ee3139b07d0;hpb=3f673776ca36a17bb26c425303151325577b120b;p=khome.git diff --git a/home/.profile b/home/.profile index 7cd9091..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 -motd +printf '\n' + +awk \ + -v RS='' \ + 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \ + ~/arc/doc/fortunes/orangebook_.txt \ +| fold -s