From 5471597e010ba062060baf123d3227855745abe0 Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Wed, 17 Aug 2016 00:13:19 -0500 Subject: [PATCH] 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 --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 3f4de8681..db8c084fe 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -110,7 +110,7 @@ main() { echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.' echo '' printf "${NORMAL}" - env zsh + env zsh -l } main