diff options
author | dakkar <dakkar@thenautilus.net> | 2025-01-17 14:06:28 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-01-17 17:22:30 +0000 |
commit | 4a98d9312a4ed2427867807f7c0b87122a0feae2 (patch) | |
tree | 88aec8f6dd9beda49f423dc3e415738cacb3cb92 | |
parent | dmount bashcomp update (diff) | |
download | dotfiles-4a98d9312a4ed2427867807f7c0b87122a0feae2.tar.gz dotfiles-4a98d9312a4ed2427867807f7c0b87122a0feae2.tar.bz2 dotfiles-4a98d9312a4ed2427867807f7c0b87122a0feae2.zip |
alacritty 0.14nautilus
-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 3bee4f9..fccff6a 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 + |