mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
sh compatible brackets
This commit is contained in:
parent
a99d3756b3
commit
e97fe2ea6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue