mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Add Bash and Git config changes
This commit is contained in:
parent
49e409a751
commit
a692174c0a
2 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,10 @@ function ngc {
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
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 HISTSIZE=10000
|
||||||
export HISTFILESIZE=10000
|
export HISTFILESIZE=10000
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ in
|
||||||
curl
|
curl
|
||||||
fzf
|
fzf
|
||||||
jq
|
jq
|
||||||
|
delta
|
||||||
unzip
|
unzip
|
||||||
silver-searcher
|
silver-searcher
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
Loading…
Reference in a new issue