source ~/.bashrc_local instead of hardcoded repo path

This commit is contained in:
Paul Trowbridge 2026-05-10 01:50:44 -04:00
parent 81e74f5f44
commit aacd04fed2

View File

@ -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"