From c9546af5ee8a7134db990dbe29bef9bde71ff85f Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 9 Nov 2012 14:36:56 +0100 Subject: Add source of local-machine bash definitions file. --- bash/.bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index 39508c5..40e0b45 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -67,6 +67,14 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +# Local definitions. +# Since this file is shared among multiple machines, you may want to add +# all definitions local to the machine in a separate file. +# We use ~/.bash_local for this purpose. +if [ -f ~/.bash_local ]; then + . ~/.bash_local +fi + # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profiles # sources /etc/bash.bashrc). -- cgit v1.2.3-70-g09d2