- 09 Apr, 2019 1 commit
-
-
David Remy authored
-
- 15 Sep, 2018 1 commit
-
-
Marc Cornellà authored
If a number is passed without explicitly passing `-l`, it will now behave as if using the history builtin, instead of throwing an error.
-
- 13 Jul, 2018 1 commit
-
-
Cristian Consonni authored
-
- 22 Apr, 2018 8 commits
-
-
Marc Cornellà authored
This fixes the old behavior which made it so all duplicates would be deleted if the command history filled up with unique events. > You should be sure to set the value of HISTSIZE to a larger number > than SAVEHIST in order to give you some room for the duplicated > events, otherwise this option will behave just like HIST_IGNORE_ALL_DUPS > once the history fills up with unique events.
-
Marc Cornellà authored
The option inc_append_history already has the same effect.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
This commit changes the history alias into a function which puts the passed arguments before `-l 1`. It also provides a temporary workaround to the lack of a `history -c` command in zsh. For more information see issues 739 and 789.
-
- 10 Feb, 2015 1 commit
-
-
LFDM authored
More compact case statement instead of the ugly if elif... else statement. Moves it to history.zsh
-
- 15 Dec, 2014 1 commit
-
-
Robby Russell authored
Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how we handle system defaults differently on this
-
- 01 Dec, 2014 2 commits
- 25 Mar, 2014 1 commit
-
-
Daniel Hahler authored
Especially given the inc_append_history option, it is not necessary to set the (default) append_history option.
-
- 15 Mar, 2013 1 commit
-
-
Flavius Aspra authored
-
- 16 Dec, 2011 1 commit
-
-
Daniel Hahler authored
Especially given the inc_append_history option, it is not necessary to set the (default) append_history option.
-
- 03 Dec, 2011 1 commit
-
-
Göran Gustafsson authored
-
- 05 Jun, 2010 1 commit
-
-
James Rowe authored
This is useful when you want to use a dangerous command, as it won't be available with history searching.
-
- 07 May, 2010 1 commit
-
-
Mike Hostetler authored
-
- 23 Sep, 2009 2 commits
-
-
Robby Russell authored
-
Robby Russell authored
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
-
- 22 Sep, 2009 2 commits
- 28 Aug, 2009 1 commit
-
-
Robby Russell authored
-