diff --git a/zshrc b/zshrc index 0fcd87d..2bf8516 100644 --- a/zshrc +++ b/zshrc @@ -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