diff options
author | Michael Hunteman <michael@huntm.net> | 2023-08-27 17:35:21 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-08-27 17:35:21 -0500 |
commit | 804aa8cba69d82e53858b19b2a364a2bd2d53374 (patch) | |
tree | c596e4ae663138c4e26c64a2857370faccbb0717 /.profile | |
parent | 490408808b9d31d67db30df43c889ff3e671154d (diff) |
Add env and profile
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |