sh compatible brackets

This commit is contained in:
Carlo Sala 2025-08-19 12:35:37 +02:00
commit e97fe2ea6f
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -344,7 +344,7 @@ setup_zshrc() {
return return
fi fi
if [[ $OVERWRITE_CONFIRMATION != "no" ]]; then if [ $OVERWRITE_CONFIRMATION != "no" ]; then
# Ask user for confirmation before backing up and overwriting # Ask user for confirmation before backing up and overwriting
echo "${FMT_YELLOW}Found ${zdot}/.zshrc." echo "${FMT_YELLOW}Found ${zdot}/.zshrc."
echo "The existing .zshrc will be backed up to .zshrc.pre-oh-my-zsh if overwritten." echo "The existing .zshrc will be backed up to .zshrc.pre-oh-my-zsh if overwritten."