diff --git a/dotfiles/install/install-linux-global.sh b/dotfiles/install/install-linux-global.sh index c14376b..184d54c 100644 --- a/dotfiles/install/install-linux-global.sh +++ b/dotfiles/install/install-linux-global.sh @@ -47,7 +47,7 @@ if [[ -t 0 ]]; then echo echo "PS1 mode:" echo " 1) Single season (static)" - echo " 2) Dynamic season (changing)" + echo " 2) Dynamic season (auto, shifts with the year)" echo " 3) Contest pack (static)" echo " 4) Holidays pack (static)" read -r -p "Choose [3]: " season_mode_choice diff --git a/dotfiles/install/install-macos-user.sh b/dotfiles/install/install-macos-user.sh index 4bfdcb5..151d814 100644 --- a/dotfiles/install/install-macos-user.sh +++ b/dotfiles/install/install-macos-user.sh @@ -23,7 +23,7 @@ if [[ -t 0 ]]; then style_pack="standard" echo "PS1 mode:" echo " 1) Single season (static)" - echo " 2) Dynamic season (changing)" + echo " 2) Dynamic season (auto, shifts with the year)" echo " 3) Contest pack (static)" echo " 4) Holidays pack (static)" read -r -p "Choose [3]: " season_mode_choice