summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-08-28 20:07:46 -0500
committerMichael Hunteman <michael@huntm.net>2023-08-28 20:07:46 -0500
commit184ef69c3dafef909c906dd3eeb9e196f3debc05 (patch)
tree53f08e31686c40cfb9008fd6a5b3d262bcd9164e
parent237990f064f97df14bdb20fcb878998a89959a49 (diff)
Switch paths to use $HOME
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 5b97658..d44e1e4 100644
--- a/.profile
+++ b/.profile
@@ -1,4 +1,4 @@
-export ENV=/home/michael/.env
-export PATH="$PATH:/home/michael/bin"
+export ENV=$HOME/.env
+export PATH=$PATH:$HOME/bin
export LANG=en_US.UTF-8
export EDITOR=nvim