diff --git a/.config/dotfiles/install.sh b/.config/dotfiles/install.sh index 50dc744..a026c62 100755 --- a/.config/dotfiles/install.sh +++ b/.config/dotfiles/install.sh @@ -148,7 +148,7 @@ echo "Done" # Set ZSH as default shell bold "Make ZSH default shell" -if [[ "$SHELL" != "/usr/bin/zsh" && ! -f /.dockerenv ]]; then +if [[ "$SHELL" != "/usr/bin/zsh" ]]; then echo "Changing login shell to ZSH..." chsh -s "$(command -v zsh)" fi