diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index bcea811..b004d1b 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -130,4 +130,4 @@ if command -v tmux>/dev/null; then [ -z "$TMUX" ] && tmux new-session -A -s default fi -PATH="$HOME/.dotfiles/nvim-linux-x86_64/bin:$PATH" +test -r $HOME/.bashrc-local && . $HOME/.bashrc-local