fix alacritty: terminal shell
This commit is contained in:
parent
37a4fc794e
commit
c77214c4ce
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user