Increase history size

master
Hektor Misplon 2020-08-18 18:20:58 +02:00
parent bb6d3837e5
commit 0e079862b7
1 changed files with 1 additions and 0 deletions

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