summaryrefslogtreecommitdiffstats
path: root/bash_profile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-16 03:20:56 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-16 03:20:56 -0500
commit790064c91f1291b55ac3a6627c41c8181e4b6b42 (patch)
tree8fc98a0e9326613def8174eda79189ff02428d73 /bash_profile
parent654d626159e1fab6bb6cd85c4ad593ea260c3195 (diff)
downloadconf-790064c91f1291b55ac3a6627c41c8181e4b6b42.tar.gz
conf-790064c91f1291b55ac3a6627c41c8181e4b6b42.zip
shellcheck
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile
index 111f2ef..b200eb1 100644
--- a/bash_profile
+++ b/bash_profile
@@ -1,3 +1,4 @@
-. $HOME/.bashrc
+# shellcheck source=bashrc
+. "$HOME"/.bashrc
# vim:ft=sh: