From 21c0c7ebd0f7e170baeae10bf91701d3ed086fd1 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 10 May 2026 01:51:56 -0400 Subject: [PATCH] add ~/.local/bin to PATH for deploy_bin scripts --- dotfiles/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 759e90b..b4a5d12 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -224,4 +224,5 @@ fi bind 'set bell-style none' [ -f ~/.bashrc_local ] && source ~/.bashrc_local +[[ ":$PATH:" != *":$HOME/.local/bin:"* ]] && export PATH="$HOME/.local/bin:$PATH" export PATH=$PATH:~/lua-language-server/bin