From 8da65a09931618a5c9cc252b9963feed9a036922 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 18 Nov 2020 12:16:43 +0100 Subject: bashrc: read machine-local config --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') 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" -- cgit v1.2.3