mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31: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[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
|
||||
|
||||
|
@ -45,4 +49,4 @@ PS1='\[\033[0;33m\][\u@\h:\w]\$\[\033[0m\] '
|
|||
RIPGREP_CONFIG_PATH=~/.ripgreprc
|
||||
|
||||
# Disable ctrl+s
|
||||
stty -ixon
|
||||
stty -ixon
|
||||
|
|
|
@ -24,6 +24,7 @@ in
|
|||
curl
|
||||
fzf
|
||||
jq
|
||||
delta
|
||||
unzip
|
||||
silver-searcher
|
||||
ripgrep
|
||||
|
|
Loading…
Reference in a new issue