41 Commits (master)

Author SHA1 Message Date
Kirill Fedorov 40c2a72e03
fix(history): handle HIST_STAMPS with whitespace in timestamp format (#13099) 10 months ago
Marc Cornellà f2769acdfa
chore(history): show input in confirmation prompt 2 years ago
Marc Cornellà c83ca51b1b
fix(history): fix confirmation prompt to allow bypass 2 years ago
Nick Glenn 8908e6d720
fix(history): fix logic error in prompt for `history -c` (#12500) 2 years ago
Marc Cornellà 35a6725970
fix(history): add warning before deleting command history in `history -c` (#12472) 2 years ago
Martin Hans d17ca487a4
fix(history): add `t` option to history wrapper (#12365) 2 years ago
Marc Cornellà eafa78217d
fix(history): fix `history -c` (#12362) 2 years ago
Martin Hans efa8de0b52
fix(history): fix edge cases introduced in #12341 (#12357) 2 years ago
MoAlkhateeb 605d76616a
fix(history): revert to old behavior when no args passed (#12341) 2 years ago
MoAlkhateeb a8f7f9f707
fix(history)!: fix arg passing to `fc` for `history` command (#12338) 2 years ago
Marc Cornellà 28ed2880c7 Revert "lib: remove share_history" 5 years ago
Marc Cornellà bad9ee0004 lib: delete zsh session history list 5 years ago
Marc Cornellà 2376022890 lib: remove share_history 5 years ago
Marco Trevisan ed4e317bbb
lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) 6 years ago
Benoit GALATI fcd0747bc1
core: remove inc_append_history option (#8048) 6 years ago
Marc Cornellà cfdd3c8dd8 Revert "core: enable hist_reduce_blanks" 6 years ago
Marc Cornellà cbd6fbe7a7 core: enable hist_reduce_blanks 6 years ago
David Remy 62abacebea lib: fix issues with nounset and parameters used before defined (#7433) 7 years ago
Marc Cornellà 5a729f6667 lib: fix history wrapper when passing numbers 8 years ago
Cristian Consonni d3e3b2dd0d Add support for custom timestamp format in history (#6770) 8 years ago
Marc Cornellà 2589cdd8f9 Increment HISTSIZE to fix hist_expire_dups_first 8 years ago
Marc Cornellà 9f2f22d953 Remove duplicate option append_history 8 years ago
Marc Cornellà 20d63be655 Use zparseopts to get passed arguments 8 years ago
Marc Cornellà f8180c3a64 Allow overriding -l flag in history 8 years ago
Marc Cornellà 03758416fe Ensure builtin fc is used (see #3001) 8 years ago
Marc Cornellà 643bb25a0d Organize history.zsh file and improve comments 8 years ago
Marc Cornellà 94baa9eadd Simplify `if' into oneliner, allow spaces in HISTFILE 8 years ago
Marc Cornellà d87d4331cf Change history alias into a function 8 years ago
LFDM d33b0aae91 Refactors history alias and moves it. 11 years ago
Robby Russell 1978a0923c Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how we handle system defaults differently on this 11 years ago
Joe Block 5bf715787a Existing code indents with spaces, not tabs, conform. 11 years ago
Joe Block 1ebc98b9ed Don't clobber HISTSIZE or SAVEHIST if they're already set 11 years ago
Daniel Hahler b578eea273 `setopt append_history` is not necessary. 12 years ago
Flavius Aspra 3826c7bf85 allow setting a custom HISTFILE before oh-my-zsh is loaded 13 years ago
Daniel Hahler 98578ec241 `setopt append_history` is not necessary. 14 years ago
Göran Gustafsson 3fc812afc9 Removed duplicate setting and sorted the remaining 14 years ago
James Rowe edc8e3d092 Ignore commands that start with a space. 16 years ago
Mike Hostetler 93f9825b79 share history with your zsh's on the same host 16 years ago
Robby Russell ff545e6934 Bumping up history to 10k commands 17 years ago
Robby Russell 8debd097fb Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options 17 years ago
James Cox 556ee4198f tidy up history 17 years ago
James Cox 8fe67686db would rather store history in $HOME and double size 17 years ago
Robby Russell 5da20b9ddd Importing initial files after reorganizing stuff. 17 years ago