Increase history size
parent
bb6d3837e5
commit
0e079862b7
1
.bashrc
1
.bashrc
|
@ -26,6 +26,7 @@ PS1='\[\033[38;5;244m\]\[${bold}\]$(get_git_info && echo "\n")\[${reset}\]\u \W
|
||||||
|
|
||||||
# history
|
# history
|
||||||
export HISTCONTROL=ignoreboth
|
export HISTCONTROL=ignoreboth
|
||||||
|
export HISTSIZE=500000
|
||||||
|
|
||||||
# source fuzzy finder
|
# source fuzzy finder
|
||||||
source /usr/share/fzf/*.bash
|
source /usr/share/fzf/*.bash
|
||||||
|
|
Loading…
Reference in New Issue