add ~/.local/bin to PATH for deploy_bin scripts

This commit is contained in:
Paul Trowbridge 2026-05-10 01:51:56 -04:00
parent c1cd2de219
commit 21c0c7ebd0

View File

@ -224,4 +224,5 @@ fi
bind 'set bell-style none' bind 'set bell-style none'
[ -f ~/.bashrc_local ] && source ~/.bashrc_local [ -f ~/.bashrc_local ] && source ~/.bashrc_local
[[ ":$PATH:" != *":$HOME/.local/bin:"* ]] && export PATH="$HOME/.local/bin:$PATH"
export PATH=$PATH:~/lua-language-server/bin export PATH=$PATH:~/lua-language-server/bin