From b3823b57c957c31d1f62305c6c4b448c1522e5c2 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 4 Aug 2019 11:48:52 +0100 Subject: [PATCH] add HISTFILE exports --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index bb99a67..4c56f09 100644 --- a/profile +++ b/profile @@ -14,6 +14,10 @@ export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox # export FZF_DEFAULT_COMMAND='ag --nocolor -g ""' export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""' +export HISTFILE=~/.histfile +export HISTSIZE=10000 +export SAVEHIST=$HISTSIZE + #disable suspend and resume stty -ixon