From b470701a9dd07e342dd8573a217fd169d4dca99c Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sat, 30 Aug 2025 20:42:46 -0400 Subject: [PATCH] Add ~/.local/bin to user PATH --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 77b8738..848bd68 100644 --- a/.bashrc +++ b/.bashrc @@ -112,5 +112,8 @@ if ! shopt -oq posix; then fi fi +# Add ~/.local/bin to PATH +export PATH="$HOME/.local/bin:$PATH" + # Ask for decryption in terminal window export GPG_TTY=$(tty)