alacritty

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2d191837a9899abe9e655c6d592a6a188625c028
parent 57f2cba2b3489be228c83e74e0343b073b0f588d
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed, 22 Apr 2026 23:21:51 +0900

zellij with nu

Diffstat:
Malacritty.toml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/alacritty.toml b/alacritty.toml @@ -2,7 +2,9 @@ working_directory = "C:\\Users\\ryout\\" [terminal] -shell = { program = "C:\\Program Files\\PowerShell\\7\\pwsh.exe"} +[terminal.shell] + program = "nu" + args = ["-l","-c","zellij attach --index 0 --create"] [font] normal = { family = "Moralerspace Neon NF" }