nixos

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

commit 0bcb3623cba24a1b8d0c2923e1335275ab0e37d9
parent e80e89fcd04cf92da4b374e7ec20eae23d57cf14
Author: Toni Brown <me@tb148.eu.org>
Date:   Thu, 16 Oct 2025 19:24:20 +0800

bring back the zeditor aliases

Diffstat:
Mconfig.nu | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.nu b/config.nu @@ -20,3 +20,5 @@ $env.config.completions.external = { $env.EDITOR = 'hx' $env.SHELL = 'nu' $env.UID = $'(id -u)' +alias zed = zeditor +alias zn = zeditor -n