mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01: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:
committed by
Marc Cornellà
parent
302270174d
commit
8f95637e67
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user