mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Set $SHELL to correct value after install
This fixes a problem where $SHELL would equal f.ex /bin/bash after running env zsh, breaking scripts that rely on $SHELL being set.
This commit is contained in:
parent
9981214437
commit
de61c55ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 SHELL=$(which zsh) zsh
|
||||
}
|
||||
|
||||
main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue