Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Fix #63
  • Loading branch information
mortenfyhn authored Jun 27, 2024
1 parent 202d22f commit f93fca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/dotfiles/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f93fca8

Please sign in to comment.