summaryrefslogtreecommitdiff
path: root/bash/.profile
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-03 15:35:34 -0400
committerSeth Flynn <[email protected]>2021-11-03 15:51:38 -0400
commit94fb4489afcf8bfb7607ceb711d3bb29fb64cdda (patch)
tree3f82f983e12716dcbb382648560aa5bf593c91e2 /bash/.profile
parent2eb839dcdd509e2dbc584ebd57a4d7dd880b8eee (diff)
clean up
Diffstat (limited to 'bash/.profile')
-rw-r--r--bash/.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.profile b/bash/.profile
new file mode 100644
index 0000000..e297b42
--- /dev/null
+++ b/bash/.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