diff options
Diffstat (limited to 'dotfiles/alacritty.toml')
-rw-r--r-- | dotfiles/alacritty.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/alacritty.toml b/dotfiles/alacritty.toml index c45a896..f509f4c 100644 --- a/dotfiles/alacritty.toml +++ b/dotfiles/alacritty.toml @@ -1,3 +1,4 @@ +[general] live_config_reload = true [colors] @@ -287,7 +288,7 @@ multiplier = 3 save_to_clipboard = true semantic_escape_chars = ",│`|:\"' ()[]{}<>" -[shell] +[terminal.shell] args = ["-c", "zsh"] program = "/bin/sh" |