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]
args = ["-l"]
program = "/bin/zsh"
program = "zsh"
[window]
decorations = "none"

View file

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