diff options
-rw-r--r-- | dotfiles/.bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 7b48ac7..8e0c3c8 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -31,3 +31,8 @@ fi export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" export AWS_REGION="us-east-1" + +if [ -f $HOME/.bash_profile.local ] +then + source $HOME/.bash_profile.local +fi |