aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 130a030e..32943eb6 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -231,3 +231,6 @@ function prompt {
# Start with full-fledged prompt.
prompt on
+# Run local file if it exists.
+[[ -e "${HOME}/.bashrc.local" ]] && source "${HOME}/.bashrc.local"
+