From 94fb4489afcf8bfb7607ceb711d3bb29fb64cdda Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 3 Nov 2021 15:35:34 -0400 Subject: clean up --- shells/.profile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 shells/.profile (limited to 'shells/.profile') diff --git a/shells/.profile b/shells/.profile deleted file mode 100644 index e297b42..0000000 --- a/shells/.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