From aacd04fed2e3a721f7e27e7594de2703c7ffe37a Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 10 May 2026 01:50:44 -0400 Subject: [PATCH] source ~/.bashrc_local instead of hardcoded repo path --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index fabf9c9..c4f573f 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -224,7 +224,7 @@ fi bind 'set bell-style none' -[ -f ~/setup_env/dotfiles/.bashrc_local ] && source ~/setup_env/dotfiles/.bashrc_local +[ -f ~/.bashrc_local ] && source ~/.bashrc_local export PATH=$PATH:~/lua-language-server/bin [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"