updates

This commit is contained in:
2025-05-08 11:01:59 +02:00
parent 04477c25bf
commit 28f1604b78
6 changed files with 69 additions and 2575 deletions

View File

@@ -61,6 +61,8 @@ if ! shopt -oq posix; then
fi
export GPG_TTY=$(tty)
shopt -s cdspell # autocorrects cd misspellings
# HSTR configuration - add this to ~/.bashrc
# if this is interactive shell, then bind hstr to Ctrl-space
# if [[ $- =~ .*i.* ]]; then bind '"\C-@": "\e^ihstr -- \C-j"'; fi