Skip to content

Commit

Permalink
Update .alacritty.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin authored Dec 13, 2024
1 parent a1e1bcb commit 5ff68fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _alacritty/.alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ y = 22
columns = 125
lines = 45

[shell]
[terminal.shell]
program = "/bin/zsh"
args = ["--login"]

Expand All @@ -61,4 +61,6 @@ bindings = [
{ key = "Left", mods = "Command", chars = "\u001bOH" },
{ key = "Right", mods = "Command", chars = "\u001bOF" },
{ key = "Back", mods = "Command", chars = "\u0015" }
]
]

[terminal]

0 comments on commit 5ff68fd

Please sign in to comment.