From 480f3ca234657b01c26c2fc2c5b164f6cc2acc07 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Tue, 28 Oct 2025 14:43:57 -0400 Subject: [PATCH] feat: Added `envr config edit`. --- mod.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nu b/mod.nu index ac45620..c57a459 100755 --- a/mod.nu +++ b/mod.nu @@ -34,7 +34,7 @@ export def "envr import" [ $"file '($file)' imported successfull!" } -const db_path = '/home/spencer/.envr/data.age' +const db_path = '~/.envr/data.age' # Create or load the database def "open db" [] { @@ -133,7 +133,7 @@ export def "envr sync" [] { # Edit your config export def "envr config edit" [] { - 'TODO:' + ^$env.EDITOR (config-file) } def "config-file" []: [nothing -> path nothing -> nothing] {