commit 79c67d189d04aebd20a418491be109be8d4e249d parent 94bb333abb76c158dd67f64d75fcecc810196078 Author: Toni Brown <tb148@proton.me> Date: Thu, 28 Aug 2025 14:19:36 +0800 alias zed to zeditor Diffstat:
| M | config.nu | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.nu b/config.nu @@ -3,3 +3,4 @@ $env.config.show_banner = false $env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense' $env.EDITOR = "hx" $env.SHELL = "nu" +alias zed = zeditor