Merge branch 'main' into Refactoring
This commit is contained in:
commit
22963d8523
2 changed files with 9 additions and 6 deletions
|
|
@ -1,16 +1,16 @@
|
|||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt BANG_HIST
|
||||
# setopt BANG_HIST
|
||||
setopt EXTENDED_HISTORY
|
||||
# setopt HIST_EXPIRE_DUPS_FIRST
|
||||
# setopt HIST_IGNORE_DUPS
|
||||
# setopt HIST_FIND_NO_DUPS
|
||||
# setopt HIST_IGNORE_ALL_DUPS
|
||||
setopt HIST_IGNORE_SPACE
|
||||
# setopt HIST_IGNORE_SPACE
|
||||
# setopt HIST_SAVE_NO_DUPS
|
||||
setopt HIST_VERIFY
|
||||
setopt SHARE_HISTORY
|
||||
# setopt HIST_VERIFY
|
||||
# setopt SHARE_HISTORY
|
||||
|
||||
# Navigation
|
||||
setopt AUTO_CD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue