diff --git a/.bashrc b/.bashrc index 32ec1f3..7d738e6 100644 --- a/.bashrc +++ b/.bashrc @@ -4,3 +4,8 @@ if [ -f "$HOME/.bashrc.kuba" ]; then . "$HOME/.bashrc.kuba" fi + +# Settings not included in dotfiles repo +if [ -f "$HOME/.bashrc.local" ]; then + . "$HOME/.bashrc.local" +fi