Login shell after install (#5314)

Otherwise these files are not sourced:
  1. /etc/zprofile
  2. ~/.zprofile
  3. /etc/zlogin
  4. ~/.zlogin
  5. ~/.zlogout
  6. /etc/zlogout
This commit is contained in:
Joel Kuzmarski 2018-07-01 11:39:30 -05:00 committed by Marc Cornellà
parent 302270174d
commit 8f95637e67

View File

@ -108,7 +108,7 @@ main() {
echo 'p.p.s. Get stickers and t-shirts at https://shop.planetargon.com.'
echo ''
printf "${NORMAL}"
env zsh
env zsh -l
}
main