Move persistent history to more appropriate location
This commit is contained in:
parent
709e9a7dd7
commit
54a937f610
@ -31,7 +31,7 @@ export HISTCONTROL="erasedups:ignoreboth"
|
|||||||
export HISTFILESIZE=-1
|
export HISTFILESIZE=-1
|
||||||
export HISTSIZE=-1
|
export HISTSIZE=-1
|
||||||
|
|
||||||
export PERSISTENT_HISTFILE="${HOME}/.persistent_history"
|
export PERSISTENT_HISTFILE="${HOME}/.history/bash_persistent_history"
|
||||||
log_bash_persistent_history()
|
log_bash_persistent_history()
|
||||||
{
|
{
|
||||||
local rc=$?
|
local rc=$?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user