fix alacritty: terminal shell

This commit is contained in:
Yuan Chiu 2025-04-24 00:29:58 +08:00
parent 37a4fc794e
commit c77214c4ce

View File

@ -45,4 +45,4 @@ command = { program = "code", args = [ "--goto" ] }
mouse = { enabled = true } mouse = { enabled = true }
[terminal] [terminal]
shell = "/usr/local/bin/zellij" shell = {{ if lookPath "zellij" }}"{{ lookPath "zellij" }}"{{else}}"{{ lookPath "bash" }}"{{ end }}