Fix env-paths and add XDG_STATE_HOME
This commit is contained in:
parent
88767dd191
commit
b75e692b60
6 changed files with 14 additions and 3 deletions
|
@ -120,7 +120,7 @@ export MARKPATH="$HOME/.config/zsh/jump_marks"
|
|||
setopt HIST_IGNORE_DUPS
|
||||
export SAVEHIST=1000000
|
||||
export HISTSIZE=1000000
|
||||
export HISTFILE="$HOME/.cache/zsh_history"
|
||||
export HISTFILE="$XDG_STATE_HOME/zsh_history"
|
||||
|
||||
source "$plugin_path/zsh-syntax-highlighting.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue