From 5c67181386c648ab3996e16616d09556ebe78e0f Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 23 Nov 2021 02:01:32 -0500 Subject: update configs (again) --- bash/.profile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 bash/.profile (limited to 'bash/.profile') diff --git a/bash/.profile b/bash/.profile deleted file mode 100644 index 3e79369..0000000 --- a/bash/.profile +++ /dev/null @@ -1,5 +0,0 @@ -# add user's bin directory to path -if [ -d "$HOME/.local/bin" ] -then - export PATH=$HOME/.local/bin:$PATH -fi -- cgit v1.2.3