Login shell after install

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 2016-08-17 00:13:19 -05:00 committed by GitHub
parent acd6a14a2f
commit 5471597e01

View File

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