Save history in a file
This commit is contained in:
parent
3a53e41e8a
commit
82ec8c4961
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ setopt pushd_to_home
|
|||
# Zsh doesn't do this by default, and I don't know why.
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTFILE="$HOME/.zsh_history"
|
||||
|
||||
# Don't beep at me when I do something wrong
|
||||
setopt no_hist_beep
|
||||
|
|
Loading…
Add table
Reference in a new issue