summaryrefslogtreecommitdiffstats
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-22 23:50:29 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-22 23:50:29 -0500
commit82afe435a24f4ea88182f3051e6837d5d6c0d68a (patch)
tree413ecb4678dc25e29cef6618de4052d73ebf8334 /bash/.bash_profile
parent44ce00838e967a1f95b4e55cd4b57fa7aa3f4456 (diff)
downloadconf-82afe435a24f4ea88182f3051e6837d5d6c0d68a.tar.gz
conf-82afe435a24f4ea88182f3051e6837d5d6c0d68a.zip
clean up my shell config a bit
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index b200eb1..e8c96d8 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -1,4 +1,4 @@
-# shellcheck source=bashrc
+# shellcheck source=bash/.bashrc
. "$HOME"/.bashrc
# vim:ft=sh: