diff options
author | dakkar <dakkar@thenautilus.net> | 2025-01-17 14:06:28 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-01-17 14:06:28 +0000 |
commit | 8fbea6ea6d5044071e71d3049706434f87673784 (patch) | |
tree | 2658aae6f53ab846005db46a388476aa7242941e | |
parent | dmount bashcomp update (diff) | |
download | dotfiles-laptop.tar.gz dotfiles-laptop.tar.bz2 dotfiles-laptop.zip |
alacritty 0.14laptop
-rw-r--r-- | .config/alacritty.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 2e2afee..f00be62 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -69,7 +69,7 @@ mods = "Command" [selection] semantic_escape_chars = ''' !@#$%^&*(){}[]'",.<>/?=+-\|`~;:''' -[shell] +[terminal.shell] args = ["--login"] program = "/bin/bash" @@ -81,3 +81,4 @@ resize_increments = true [window.dimensions] columns = 80 lines = 37 + |