commit e0879d6f29fcb9d14154e4bb9f59fd92e8652529 parent ddb4cca157e8bb45212ac98cb5e899ef796401e5 Author: Toni Brown <tb148@proton.me> Date: Sun, 24 Aug 2025 21:28:52 +0800 correct helix syntax Diffstat:
| M | config.nu | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.nu b/config.nu @@ -1,5 +1,5 @@ $env.config.buffer_editor = "zeditor" $env.config.show_banner = false $env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense' -$env.EDITOR = "helix" +$env.EDITOR = "hx" $env.SHELL = "nu"