add HISTFILE exports
This commit is contained in:
parent
8d65b62677
commit
b3823b57c9
4
profile
4
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue