Add ~/.local/bin to user PATH

This commit is contained in:
2025-08-30 20:42:46 -04:00
parent 36d5be65e2
commit b470701a9d

View File

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