zmiana sciezki do .zsh_history
This commit is contained in:
parent
57c060787c
commit
6748b13284
1 changed files with 1 additions and 1 deletions
2
.zshenv
2
.zshenv
|
@ -21,7 +21,7 @@ export BROWSER="librewolf"
|
||||||
|
|
||||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||||
|
|
||||||
export HISTFILE="${ZDOTDIR}/.zsh_history"
|
export HISTFILE="${XDG_DATA_HOME}/zsh/.zsh_history"
|
||||||
export HISTSIZE=50000
|
export HISTSIZE=50000
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue