Skip to content

Commit

Permalink
bin: replace alacritty.yml with alacritty.toml in vis script
Browse files Browse the repository at this point in the history
  • Loading branch information
c02y committed Sep 19, 2024
1 parent 10b6b3b commit 569d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.local/bin/vis
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ while getopts ":h2abBdDceEfFikmMoOqyRstTuUv" args; do # prefix-: no warning for
file="$HOME/Dotfiles.d/todo.org"
;;
a)
file="$HOME/.config/alacritty/alacritty.yml"
file="$HOME/.config/alacritty/alacritty.toml"
;;
b)
file="$HOME/.bashrc"
Expand Down

0 comments on commit 569d360

Please sign in to comment.