Increase history size

This commit is contained in:
Hektor Misplon
2020-08-18 18:20:58 +02:00
parent 7abbbd8a08
commit d48d27d092

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