bash hooks + vim clean up

This commit is contained in:
2026-05-06 11:14:48 +02:00
parent e57f0d73a7
commit 478053d6be
12 changed files with 64 additions and 66 deletions
-2
View File
@@ -10,5 +10,3 @@ shopt -s globstar 2>/dev/null || true # Recursive globbing
# Auto-correct
shopt -s cdspell
shopt -s dirspell 2>/dev/null || true
[[ -x /usr/bin/neofetch ]] && neofetch
+1 -1
View File
@@ -5,6 +5,6 @@ export HISTCONTROL="ignoreboth:erasedups"
shopt -s histappend cmdhist
export HISTFILESIZE=10000
export HISTSIZE="$HISTFILESIZE"
export HISTIGNORE="?? :but:but rub *:but commit:but ?? ?? :tree:vim:git info:git i:git lazy:git l"
export HISTIGNORE="?? :but:but rub *:but commit:but ?? ?? :tree:vim:git:git info:git i:git lazy:git l"
bind '"\C-@": "\e^I history | grep '\''\e\e^A'\''\e\ei"'