⚡ bash hooks + vim clean up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user