mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-06-15 19:14:58 +01:00
Don't hardcode /bin/zsh in alacritty, rather use zsh
This commit is contained in:
parent
691c147318
commit
3de920fab5
|
@ -112,7 +112,7 @@ mods = "Alt"
|
|||
|
||||
[shell]
|
||||
args = ["-l"]
|
||||
program = "/bin/zsh"
|
||||
program = "zsh"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
|
|
|
@ -427,7 +427,7 @@ font:
|
|||
|
||||
# Tiling WM setup - don't need tmux
|
||||
shell:
|
||||
program: /bin/zsh
|
||||
program: zsh
|
||||
args:
|
||||
- -l
|
||||
# - -c
|
||||
|
|
Loading…
Reference in a new issue