···5[[ ! -v TERM ]] && return 0
67# Start every shell with a random my little horse ebooks
8-if [[ -n "$TERM" ]] && [[ $TERM_PROGRAM != "vscode" ]]; then
9 FORTUNES=$BREW_PREFIX/share/games/fortunes
10- echo; fortune $FORTUNES/horse_ebooks $FORTUNES/weird_twitter | ponysay -b unicode 2>/dev/null | pr -o 3 -t; echo
11fi
1213# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
···5[[ ! -v TERM ]] && return 0
67# Start every shell with a random my little horse ebooks
8+if [[ $TERM_PROGRAM != "vscode" ]]; then
9 FORTUNES=$BREW_PREFIX/share/games/fortunes
10+ echo; $BREW_PREFIX/bin/fortune $FORTUNES/horse_ebooks $FORTUNES/weird_twitter | ponysay -b unicode 2>/dev/null | pr -o 3 -t; echo
11fi
1213# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.