mirror of
https://github.com/romkatv/powerlevel10k
synced 2024-12-25 23:42:16 +00:00
exit with an error when unable to delete old fonts
This commit is contained in:
parent
ea6607e701
commit
ff496ab2ba
@ -428,7 +428,7 @@ function ask_remove_font() {
|
||||
flowing Please %Bdelete%b these files and run '%2Fp10k%f %Bconfigure%b.'
|
||||
fi
|
||||
print
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
if (( $#fonts == 1 )); then
|
||||
flowing -c "%BDelete this file?%b"
|
||||
|
Loading…
Reference in New Issue
Block a user