update history file location
This commit is contained in:
parent
eab36b1dca
commit
ec05032f50
1 changed files with 1 additions and 1 deletions
|
@ -4,11 +4,11 @@ export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
|||
|
||||
export PATH=$PATH:~/bin
|
||||
|
||||
export HISTFILE=~/.zsh_history
|
||||
export HISTSIZE=32768
|
||||
export HISTFILESIZE="${HISTSIZE}"
|
||||
export SAVEHIST=4096
|
||||
export HISTCONTROL=ignoredups:erasedups
|
||||
|
||||
export LESS='-R'
|
||||
|
||||
# Append to the history file, rather than overwriting it
|
||||
|
|
Loading…
Reference in a new issue