mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 327ee2b877 into 291e96dcd0
This commit is contained in:
commit
91683c5b2c
1 changed files with 3 additions and 6 deletions
|
|
@ -1,10 +1,7 @@
|
|||
## Command history configuration
|
||||
if [ -z "$HISTFILE" ]; then
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
fi
|
||||
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
env_default HISTFILE "$HOME/.zsh_history"
|
||||
env_default HISTSIZE 10000
|
||||
env_default SAVEHIST 10000
|
||||
|
||||
# Show history
|
||||
case $HIST_STAMPS in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue