Skip to content

Commit

Permalink
correct output for pure::backup_existing_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Apr 2, 2019
1 parent 6b32805 commit bf41e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/installer.fish
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function pure::backup_existing_theme
set --local backup_prompt $old_prompt.ignore

if test -f "$old_prompt"
mv "$old_prompt" "$backup_prompt"
printf "\t\tPrevious config saved to: %s%s%s." "$color_white" "$backup_prompt" "$color_normal"
mv "$old_prompt" "$backup_prompt"; pure::exit_symbol $status
printf "\tPrevious config saved to: %s%s%s." "$color_white" "$backup_prompt" "$color_normal"
end
end

Expand Down

0 comments on commit bf41e10

Please sign in to comment.