From 988e63ee653f6db8dc0746e56c4c4791964d034f Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 11 Aug 2021 03:39:50 -0400 Subject: Initial commit --- shells/.profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shells/.profile (limited to 'shells/.profile') diff --git a/shells/.profile b/shells/.profile new file mode 100644 index 0000000..e297b42 --- /dev/null +++ b/shells/.profile @@ -0,0 +1,5 @@ +# add user's bin directory to path +if [ -d $HOME/.local/bin ] +then + export PATH=$HOME/.local/bin:$PATH +fi -- cgit v1.2.3