Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
myr committed Nov 25, 2024
1 parent 3c51f45 commit 00517ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ereandel
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ debug "read configs"

# Restore terminal
thetrap() {
rm -f $histfile $linksfile $pagefile $tracefile > /dev/null 2>&1
rm -f "$histfile" "$linksfile" "$pagefile" "$tracefile" > /dev/null 2>&1
tput rmcup
printf "\033[?25h"
stty echo
Expand Down

0 comments on commit 00517ec

Please sign in to comment.