Compare commits

...

1 Commits

Author SHA1 Message Date
b470701a9d Add ~/.local/bin to user PATH 2025-08-30 20:42:46 -04:00

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)