Update dot_config/zsh/export.zsh
This commit is contained in:
parent
cb71d523f5
commit
2fcb997a99
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
export GPG_TTY=$TTY
|
||||
|
||||
# History
|
||||
export SAVEHIST=1048576
|
||||
export HISTSIZE=1048576
|
||||
|
||||
mkdir -p "$HOME/.cache/zsh" &>/dev/null
|
||||
export SAVEHIST=1048576
|
||||
export HISTSIZE=1048576
|
||||
export HISTFILE="$HOME/.cache/zsh/history"
|
||||
|
||||
# Evalcache
|
||||
|
|
Loading…
Add table
Reference in a new issue