Skip to content

Commit

Permalink
[bin] Remove extraneous backslash in alacritty font resizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kneitinger committed Mar 11, 2024
1 parent e692286 commit 616391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/font-sizer-alacritty
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
FONT_FILE="$HOME/.config/alacritty/font_size.toml"

# Ensure import line is in ~/.alacritty.toml
if ! grep -q "$(basename "$FONT_FILE")" \ "$HOME/.alacritty.toml"; then
if ! grep -q "$(basename "$FONT_FILE")" "$HOME/.alacritty.toml"; then
"$HOME/bin/notify-wrapper" "Alacritty Font Sizer" \
"Could not find import to font size file ($FONT_FILE) in ~/.alacritty.toml"
exit 1
Expand Down

0 comments on commit 616391c

Please sign in to comment.