chore: add fortune-mod

main
sudo pacman -Syu 2023-03-16 15:27:23 +07:00
parent 2980998062
commit 054cbff09c
1 changed files with 5 additions and 0 deletions

View File

@ -81,3 +81,8 @@ fi
if command -v vivid &> /dev/null; then
export LS_COLORS="$(vivid generate catppuccin-mocha)"
fi
# https://github.com/shlomif/fortune-mod
if command -v fortune &> /dev/null; then
fortune
fi