mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
other various changes
This commit is contained in:
parent
23496fa683
commit
0d09d9a10a
3 changed files with 2 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## Command history configuration
|
||||
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
|
@ -10,11 +10,8 @@ setopt hist_verify
|
|||
setopt inc_append_history
|
||||
setopt extended_history
|
||||
setopt hist_expire_dups_first
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
setopt hist_ignore_space
|
||||
|
||||
setopt SHARE_HISTORY
|
||||
>>>>>>> upstream/master
|
||||
setopt APPEND_HISTORY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue