aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
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 69e812a0..a520f051 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -3,4 +3,4 @@
# If ~/.bashrc exists, source that too; the tests for both interactivity and
# >=2.05a (for features like [[) are in there
-[ -f $HOME/.bashrc ] && . "$HOME"/.bashrc
+[ -f "$HOME"/.bashrc ] && . "$HOME"/.bashrc