Don't hardcode /bin/zsh in alacritty, rather use zsh

This commit is contained in:
Warren Hood 2024-03-22 10:33:26 +02:00
parent 691c147318
commit 3de920fab5
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ mods = "Alt"
[shell] [shell]
args = ["-l"] args = ["-l"]
program = "/bin/zsh" program = "zsh"
[window] [window]
decorations = "none" decorations = "none"

View file

@ -427,7 +427,7 @@ font:
# Tiling WM setup - don't need tmux # Tiling WM setup - don't need tmux
shell: shell:
program: /bin/zsh program: zsh
args: args:
- -l - -l
# - -c # - -c