X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/32f790cc0e7d26f37aedd19a5cc59e6668632106..68aea1d9f03a2354f5c94c4855f08ed79162e801:/bashrc diff --git a/bashrc b/bashrc index 82d50c8..a172640 100644 --- a/bashrc +++ b/bashrc @@ -298,4 +298,6 @@ if (( UID == 0 )); then set -o noclobber fi +[ -f "$HOME/.bashrc-local" ] && . "$HOME/.bashrc-local" + fi