summaryrefslogtreecommitdiff
path: root/bash/.profile
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-23 02:01:32 -0500
committerSeth Flynn <[email protected]>2021-11-23 02:41:50 -0500
commit5c67181386c648ab3996e16616d09556ebe78e0f (patch)
treeab8d0256eaa01f971119f1f2c2fb98d1079fbb22 /bash/.profile
parent30bde38cd3188cbb0bba1768e587b487c76a612a (diff)
update configs (again)
Diffstat (limited to 'bash/.profile')
-rw-r--r--bash/.profile5
1 files changed, 0 insertions, 5 deletions
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