diff options
author | Michael Hunteman <michael@huntm.net> | 2023-08-28 20:07:46 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-08-28 20:07:46 -0500 |
commit | 184ef69c3dafef909c906dd3eeb9e196f3debc05 (patch) | |
tree | 53f08e31686c40cfb9008fd6a5b3d262bcd9164e | |
parent | 237990f064f97df14bdb20fcb878998a89959a49 (diff) |
Switch paths to use $HOME
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |