From 0e079862b7d4e8916d0cf791136b2934c2b5b3da Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 18 Aug 2020 18:20:58 +0200 Subject: [PATCH] Increase history size --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6dbf4f0..c447328 100644 --- a/.bashrc +++ b/.bashrc @@ -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