mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
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:
parent
302270174d
commit
8f95637e67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue