Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Refactors history alias and moves it. | LFDM | |
More compact case statement instead of the ugly if elif... else statement. Moves it to history.zsh | |||
2014-12-15 | Revert PR #3359 as this is breaking stuff for many folks. Need to rethink ↵ | Robby Russell | |
how we handle system defaults differently on this | |||
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 | |
`setopt append_history` is not necessary. | |||
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 | |
Especially given the inc_append_history option, it is not necessary to set the (default) append_history option. | |||
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 | |
This is useful when you want to use a dangerous command, as it won't be available with history searching. | |||
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 ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options |