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