Alacritty processor remove temporary files
Remember to remove any temporary files at the end of processing.
This commit is contained in:
parent
f4991b11e1
commit
89fa02749c
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ save() {
|
|||
# replace original file with new colorscheme-added version
|
||||
cat "$tmptheme" "$tmpfile" >"$alacritty_conf"
|
||||
|
||||
rm "$tmptheme" "$tmpfile"
|
||||
|
||||
dbg_msg $app "Saved theme to $alacritty_conf"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue