zshrc: print random word on login

master
an 2019-05-15 01:14:35 -04:00
parent b3de459a6f
commit 71c32d51e7
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -23,3 +23,7 @@ alias ls='ls --color=auto'
PROMPT='%#'
RPROMPT='%2~'
[[ -n $TMUX ]] &&
echo "Word of the moment: $(shuf -n1 /usr/share/dict/words)" |
awk -f ~/src/scripts/mid.awk col=$COLUMNS