index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
history.zsh
Age
Commit message (
Expand
)
Author
2020-11-09
Revert "lib: remove share_history"
Marc Cornellà
2020-10-27
lib: delete zsh session history list
Marc Cornellà
2020-10-10
lib: remove share_history
Marc Cornellà
2020-06-03
lib: don't override bigger HISTSIZE and SAVEHIST values (#8993)
Marco Trevisan
2020-05-21
core: remove inc_append_history option (#8048)
Benoit GALATI
2020-05-20
Revert "core: enable hist_reduce_blanks"
Marc Cornellà
2020-05-16
core: enable hist_reduce_blanks
Marc Cornellà
2019-04-09
lib: fix issues with nounset and parameters used before defined (#7433)
David Remy
2018-09-15
lib: fix history wrapper when passing numbers
Marc Cornellà
2018-07-13
Add support for custom timestamp format in history (#6770)
Cristian Consonni
2018-04-22
Increment HISTSIZE to fix hist_expire_dups_first
Marc Cornellà
2018-04-22
Remove duplicate option append_history
Marc Cornellà
2018-04-22
Use zparseopts to get passed arguments
Marc Cornellà
2018-04-22
Allow overriding -l flag in history
Marc Cornellà
2018-04-22
Ensure builtin fc is used (see #3001)
Marc Cornellà
2018-04-22
Organize history.zsh file and improve comments
Marc Cornellà
2018-04-22
Simplify `if' into oneliner, allow spaces in HISTFILE
Marc Cornellà
2018-04-22
Change history alias into a function
Marc Cornellà
2015-02-10
Refactors history alias and moves it.
LFDM
2014-12-15
Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how...
Robby Russell
2014-11-30
Existing code indents with spaces, not tabs, conform.
Joe Block
2014-11-30
Don't clobber HISTSIZE or SAVEHIST if they're already set
Joe Block
2014-03-22
Merge pull request #750 from blueyed/history-drop-default-append-history
Robby Russell
2013-03-15
allow setting a custom HISTFILE before oh-my-zsh is loaded
Flavius Aspra
2011-12-16
`setopt append_history` is not necessary.
Daniel Hahler
2011-12-03
Removed duplicate setting and sorted the remaining
Göran Gustafsson
2010-06-05
Ignore commands that start with a space.
James Rowe
2010-05-08
share history with your zsh's on the same host
Mike Hostetler
2009-09-23
merge upstream
James Cox
2009-09-23
Bumping up history to 10k commands
Robby Russell
2009-09-23
Moving all zsh config options into a lib/ subdirectory to make way for some u...
Robby Russell