summaryrefslogtreecommitdiffstats
path: root/bash_profile
diff options
context:
space:
mode:
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: