aboutsummaryrefslogtreecommitdiff
path: root/src/nushell/030_environment.nu
diff options
context:
space:
mode:
Diffstat (limited to 'src/nushell/030_environment.nu')
-rw-r--r--src/nushell/030_environment.nu12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nushell/030_environment.nu b/src/nushell/030_environment.nu
new file mode 100644
index 0000000..ea6f4d5
--- /dev/null
+++ b/src/nushell/030_environment.nu
@@ -0,0 +1,12 @@
+#
+# ~~~ nushell env config
+#
+
+export-env {
+
+ #
+ # ~~~ system
+
+ # setup editor
+ $env.EDITOR = "nvim"
+}