diff options
author | dakkar <dakkar@thenautilus.net> | 2025-01-17 14:06:28 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-01-17 14:07:03 +0000 |
commit | 13a6d98700001898c35c017d877d8fb9cb9136a1 (patch) | |
tree | 2de31f8d3d5f5db7928a3208b1e2258b68038eb3 | |
parent | show command duration on prompt (diff) | |
download | dotfiles-13a6d98700001898c35c017d877d8fb9cb9136a1.tar.gz dotfiles-13a6d98700001898c35c017d877d8fb9cb9136a1.tar.bz2 dotfiles-13a6d98700001898c35c017d877d8fb9cb9136a1.zip |
alacritty 0.14
-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 f32300b..b3fd113 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -68,7 +68,7 @@ mods = "Command" [selection] semantic_escape_chars = ''' !@#$%^&*(){}[]'",.<>/?=+-\|`~;:''' -[shell] +[terminal.shell] args = ["--login"] program = "/bin/bash" @@ -80,3 +80,4 @@ resize_increments = true [window.dimensions] columns = 80 lines = 37 + |