From d2b4a8095a2f1b03b8cb9e84932c4b43bbd8b4c7 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sun, 15 Jan 2023 15:14:39 -0600 Subject: [PATCH] Added bashlocal source for computer-specific aliasing Former-commit-id: 74f1200c25cc512cfde522d7778f76c01a63ab1d --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.bashrc b/.bashrc index a882bfd..03aba12 100644 --- a/.bashrc +++ b/.bashrc @@ -111,6 +111,16 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +############################ +# This allows you to have # +# a local aliases file # +# not affected by this # +# git repo # +############################ +if [ -f ~/.bashlocal ]; then + . ~/.bashlocal +fi + # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc).