mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 164ee66bc0 into f898ada8e3
This commit is contained in:
commit
09f74d1868
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ esac
|
|||
|
||||
## History file configuration
|
||||
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
|
||||
HISTSIZE=50000
|
||||
SAVEHIST=10000
|
||||
[ -z "$HISTSIZE" ] && HISTSIZE=50000
|
||||
[ -z "$SAVEHIST" ] && SAVEHIST=10000
|
||||
|
||||
## History command configuration
|
||||
setopt extended_history # record timestamp of command in HISTFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue