From 184ef69c3dafef909c906dd3eeb9e196f3debc05 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 28 Aug 2023 20:07:46 -0500 Subject: Switch paths to use $HOME --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') 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 -- cgit v1.2.3