Increase history size

This commit is contained in:
Hektor Misplon
2020-08-18 18:20:58 +02:00
parent bb6d3837e5
commit 0e079862b7

View File

@@ -26,6 +26,7 @@ PS1='\[\033[38;5;244m\]\[${bold}\]$(get_git_info && echo "\n")\[${reset}\]\u \W
# history
export HISTCONTROL=ignoreboth
export HISTSIZE=500000
# source fuzzy finder
source /usr/share/fzf/*.bash