Fix zsh history
This commit is contained in:
parent
29189b9cbc
commit
117003cefa
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -9,7 +9,7 @@ fpath=($HOME/.zsh/functions $fpath)
|
||||||
autoload -U $HOME/.zsh/functions/*(:t)
|
autoload -U $HOME/.zsh/functions/*(:t)
|
||||||
|
|
||||||
# Setup variables
|
# Setup variables
|
||||||
HISTFILE=$ZDOTDIR/histfile
|
HISTFILE=$HOME/.zsh/histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
LESSCMD="/usr/bin/less -FXRS"
|
LESSCMD="/usr/bin/less -FXRS"
|
||||||
|
|
Loading…
Reference in a new issue