aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 27b8539..cfb037e 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -8,4 +8,4 @@ export TERMINAL="alacritty"
export BROWSER="brave"
export TESSDATA_PREFIX=/usr/share/tessdata
-[[ -f ~/.bashrc ]] && . ~/.bashrc
+[ -f "${HOME}/.bashrc" ] && . "${HOME}/.bashrc"