Update dot_zshrc
This commit is contained in:
parent
c25184fd9f
commit
a093bbecb2
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ z4h init || return
|
|||
|
||||
# Export environment variables.
|
||||
export GPG_TTY=$TTY
|
||||
export SAVEHIST=200000
|
||||
export HISTSIZE=200000
|
||||
export SAVEHIST=1048576
|
||||
export HISTSIZE=1048576
|
||||
export HISTFILE=$HOME/.cache/zsh/history
|
||||
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
||||
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||
|
|
Loading…
Add table
Reference in a new issue