From 42dc707e819e6258724eec5421dcf1527c609d46 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 22 Jul 2021 12:29:46 -0700 Subject: add history size --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 5251d125..21a3fb5d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,8 +9,8 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" -export HISTSIZE=2000 -export HISTFILESIZE=2000 +export HISTSIZE=3000 +export HISTFILESIZE=3000 export MANPAGER="nvim +Man!" export EDITOR=nvim -- cgit v1.2.3-70-g09d2