summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 663182a..a3447f9 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -10,3 +10,5 @@ if [ -d "${HOME}/.local/bin" ]
then
export PATH="${HOME}/.local/bin:${PATH}"
fi
+
+source "${HOME}/.bashrc"