aboutsummaryrefslogtreecommitdiff
path: root/src/nushell/110_environment.nu
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-08 10:11:44 +0100
committerAutumn <git@autumnfo.rest>2026-05-08 10:11:44 +0100
commitd4d104ec10ac6ba9cdc3d5fd3c6f5828a473c9a6 (patch)
treee4d92f1d35abd16b202737b6381ea72bf35b6c96 /src/nushell/110_environment.nu
parentb0cec231913a083c7fcce667861d4bc5c61bb5bd (diff)
[conf/nushell] added 110 config
Diffstat (limited to 'src/nushell/110_environment.nu')
-rw-r--r--src/nushell/110_environment.nu12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nushell/110_environment.nu b/src/nushell/110_environment.nu
new file mode 100644
index 0000000..ea6f4d5
--- /dev/null
+++ b/src/nushell/110_environment.nu
@@ -0,0 +1,12 @@
+#
+# ~~~ nushell env config
+#
+
+export-env {
+
+ #
+ # ~~~ system
+
+ # setup editor
+ $env.EDITOR = "nvim"
+}