We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e57b6 commit ab4e786Copy full SHA for ab4e786
1 file changed
restorer
100755
100644
@@ -191,7 +191,7 @@ export DOTLY_PATH="$DOTFILES_PATH/$dotly_inner_path"
191
# Backup if currently there are any dotfiles and prepare parent directory
192
if [[ -d $DOTFILES_PATH ]] && ! ${continue-}; then
193
_q "🗂 Your DOTFILES_PATH is not empty. Do you want to do a backup first? [Y/n]" "PROMPT_REPLY"
194
- [[ ${PROMPT_REPLY:-Y} =~ ^[Yy] ]] && create_dotfiles_dir "$DOTFILES_PATH"
+ [[ ${PROMPT_REPLY:-Y} =~ ^[Yy] ]] && backup_dotfiles_dir "$DOTFILES_PATH"
195
fi
196
197
if [[ ! -d $DOTFILES_PATH ]]; then
0 commit comments