summaryrefslogtreecommitdiff
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 a4506c2..2e48a70 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -30,3 +30,6 @@ stty -ixon
# define the prompt
. ~/.config/bash/prompt
PS1=$(__prompt_func)
+
+# source the machine-local configuration
+[ -r "$HOME/.config/bash/bashrc_local.bash" ] && . "$HOME/.config/bash/bashrc_local.bash"