Update home/.config/alacritty/alacritty.toml
This commit is contained in:
parent
b5194cce1d
commit
e5cd87b26a
@ -1,6 +1,3 @@
|
||||
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[cursor.style]
|
||||
blinking = "On"
|
||||
shape = "Beam"
|
||||
@ -24,7 +21,7 @@ style = "Italic"
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[shell]
|
||||
[terminal.shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
@ -38,3 +35,9 @@ title = "Alacritty"
|
||||
bindings = [
|
||||
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
|
||||
]
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
|
||||
|
||||
[terminal]
|
||||
|
Loading…
Reference in New Issue
Block a user