From c93565ca2a3793baeb29e21a706116acb78e67fe Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 21 Apr 2025 14:22:24 +0100 Subject: [PATCH] add bashrc-local --- bashprofile/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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