fixed alacritty font config

This commit is contained in:
quak
2025-02-01 16:12:08 +01:00
parent 3bedd0bb0f
commit 3775b00ade
2 changed files with 5 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ style = "Bold"
[font.italic] [font.italic]
# family = "VictorMono Nerd Font" # family = "VictorMono Nerd Font"
family = "JetBrainsMono Nerd Font" family = "JetBrainsMono Nerd Font"
style = "SemiBoldItalic" style = "Italic"
[font.bold_italic] [font.bold_italic]
# family = "VictorMono Nerd Font" # family = "VictorMono Nerd Font"

View File

@@ -21,6 +21,10 @@ function book {
__call_navigate "bookmark $@" __call_navigate "bookmark $@"
} }
function navconfig {
__call_navigate "configuration $@"
}
# completion function for `book` # completion function for `book`
function _book { function _book {
CURRENT_WORD=${COMP_WORDS[COMP_CWORD]} CURRENT_WORD=${COMP_WORDS[COMP_CWORD]}