summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kuzmarski <leoj3n@gmail.com>2018-07-01 11:39:30 -0500
committerMarc Cornellà <marc.cornella@live.com>2018-07-01 18:39:30 +0200
commit8f95637e6772a1156a29d9c6a9c21ea8d7316a12 (patch)
tree3a0aadc69e5537783d3a109026913ef9a9f6d100
parent302270174d8173be35e8c1b464a0d9e731650c15 (diff)
downloadzsh-8f95637e6772a1156a29d9c6a9c21ea8d7316a12.tar.gz
zsh-8f95637e6772a1156a29d9c6a9c21ea8d7316a12.tar.bz2
zsh-8f95637e6772a1156a29d9c6a9c21ea8d7316a12.zip
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
-rwxr-xr-xtools/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index b815a9c81..0cc020053 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -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