Add Bash and Git config changes

This commit is contained in:
Bart van der Braak 2025-01-24 10:46:36 +01:00
parent 49e409a751
commit a692174c0a
2 changed files with 6 additions and 1 deletions

View file

@ -29,6 +29,10 @@ function ngc {
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
bind "set completion-ignore-case on"
bind "set completion-map-case on"
bind "set show-all-if-ambiguous on"
export HISTSIZE=10000
export HISTFILESIZE=10000

View file

@ -24,6 +24,7 @@ in
curl
fzf
jq
delta
unzip
silver-searcher
ripgrep