From 54edcf280864dcd2bfcbca6b8b2e056ce1270b99 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 22 Nov 2021 23:42:32 -0500 Subject: add more stuff --- bash/.bash_profile | 1 - bash/.profile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 bash/.bash_profile (limited to 'bash') diff --git a/bash/.bash_profile b/bash/.bash_profile deleted file mode 120000 index aa7da3a..0000000 --- a/bash/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -.profile \ No newline at end of file diff --git a/bash/.profile b/bash/.profile index e297b42..3e79369 100644 --- a/bash/.profile +++ b/bash/.profile @@ -1,5 +1,5 @@ # add user's bin directory to path -if [ -d $HOME/.local/bin ] +if [ -d "$HOME/.local/bin" ] then export PATH=$HOME/.local/bin:$PATH fi -- cgit v1.2.3