diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
commit | e23d7b6be16c9f57b4b96e885418c54d3098cb79 (patch) | |
tree | 67deed86eb7fba7458909794124e0ed0a9b82a97 /dotfiles | |
parent | dotfiles: nvim: run autoformatter async and install haskell formatter (diff) | |
download | nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.gz nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.bz2 nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.zip |
Update
Diffstat (limited to 'dotfiles')
-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" |