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