From b263a7db2ebb57dd4cf0df9ae5cfa760c58d912b Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 9 Aug 2017 18:31:46 -0500 Subject: [PATCH] Replace ~ with /home/salt in .profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index edaa3693..43f8386f 100755 --- a/.profile +++ b/.profile @@ -67,6 +67,6 @@ __define_functions export TERM="linux" EDITOR=$(which vim) -PATH=$PATH:~/.bin:~/.local/bin +PATH=$PATH:$HOME/.bin:$HOME/.local/bin export EDITOR export PATH