summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-27 17:35:21 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-27 17:35:21 -0500
commit804aa8cba69d82e53858b19b2a364a2bd2d53374 (patch)
treec596e4ae663138c4e26c64a2857370faccbb0717
parent490408808b9d31d67db30df43c889ff3e671154d (diff)
Add env and profile
-rw-r--r--.env1
-rw-r--r--.profile4
2 files changed, 5 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 0000000..2461d6b
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+alias vim=nvim
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..5b97658
--- /dev/null
+++ b/.profile
@@ -0,0 +1,4 @@
+export ENV=/home/michael/.env
+export PATH="$PATH:/home/michael/bin"
+export LANG=en_US.UTF-8
+export EDITOR=nvim