summaryrefslogtreecommitdiff
path: root/lib/history.zsh
AgeCommit message (Expand)Author
2025-05-22fix(history): handle HIST_STAMPS with whitespace in timestamp format (#13099)Kirill Fedorov
2024-06-18chore(history): show input in confirmation promptMarc Cornellà
2024-06-18fix(history): fix confirmation prompt to allow bypassMarc Cornellà
2024-06-13fix(history): fix logic error in prompt for `history -c` (#12500)Nick Glenn
2024-06-12fix(history): add warning before deleting command history in `history -c` (#1...Marc Cornellà
2024-04-18fix(history): add `t` option to history wrapper (#12365)Martin Hans
2024-04-18fix(history): fix `history -c` (#12362)Marc Cornellà
2024-04-16fix(history): fix edge cases introduced in #12341 (#12357)Martin Hans
2024-04-09fix(history): revert to old behavior when no args passed (#12341)MoAlkhateeb
2024-04-09fix(history)!: fix arg passing to `fc` for `history` command (#12338)MoAlkhateeb
2020-11-09Revert "lib: remove share_history"Marc Cornellà
2020-10-27lib: delete zsh session history listMarc Cornellà
2020-10-10lib: remove share_historyMarc Cornellà
2020-06-03lib: don't override bigger HISTSIZE and SAVEHIST values (#8993)Marco Trevisan
2020-05-21core: remove inc_append_history option (#8048)Benoit GALATI
2020-05-20Revert "core: enable hist_reduce_blanks"Marc Cornellà
2020-05-16core: enable hist_reduce_blanksMarc Cornellà
2019-04-09lib: fix issues with nounset and parameters used before defined (#7433)David Remy
2018-09-15lib: fix history wrapper when passing numbersMarc Cornellà
2018-07-13Add support for custom timestamp format in history (#6770)Cristian Consonni
2018-04-22Increment HISTSIZE to fix hist_expire_dups_firstMarc Cornellà
2018-04-22Remove duplicate option append_historyMarc Cornellà
2018-04-22Use zparseopts to get passed argumentsMarc Cornellà
2018-04-22Allow overriding -l flag in historyMarc Cornellà
2018-04-22Ensure builtin fc is used (see #3001)Marc Cornellà
2018-04-22Organize history.zsh file and improve commentsMarc Cornellà
2018-04-22Simplify `if' into oneliner, allow spaces in HISTFILEMarc Cornellà
2018-04-22Change history alias into a functionMarc Cornellà
2015-02-10Refactors history alias and moves it.LFDM
2014-12-15Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how...Robby Russell
2014-11-30Existing code indents with spaces, not tabs, conform.Joe Block
2014-11-30Don't clobber HISTSIZE or SAVEHIST if they're already setJoe Block
2014-03-22Merge pull request #750 from blueyed/history-drop-default-append-historyRobby Russell
2013-03-15allow setting a custom HISTFILE before oh-my-zsh is loadedFlavius Aspra
2011-12-16`setopt append_history` is not necessary.Daniel Hahler
2011-12-03Removed duplicate setting and sorted the remainingGöran Gustafsson
2010-06-05Ignore commands that start with a space.James Rowe
2010-05-08share history with your zsh's on the same hostMike Hostetler
2009-09-23merge upstreamJames Cox
2009-09-23Bumping up history to 10k commandsRobby Russell
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some u...Robby Russell