summary refs log tree commit diff
path: root/pkgs/shells/zsh
Commit message (Collapse)AuthorAge
* Merge pull request #65430 from pasqui23/zbdSilvan Mosberger2020-01-21
|\ | | | | zsh-bd:init at 2018-07-04
| * zsh-bd: init at 2018-07-04Pasquale2020-01-21
| |
* | zsh-you-should-use: 1.6.0 -> 1.7.0Maximilian Bosch2020-01-20
| | | | | | | | https://github.com/MichaelAquilina/zsh-you-should-use/blob/1.7.0/CHANGELOG.md#170
* | zsh-powerlevel10k: unstable-2019-12-19 -> 1.0Martin Weinelt2020-01-16
| |
* | zsh-autosuggestions: 0.6.3 -> 0.6.4Will Dietz2020-01-11
| |
* | zsh-powerlevel10k: init at unstable-2019-12-19Martin Weinelt2020-01-06
| |
* | oh-my-zsh: 2020-01-01 -> 2020-01-04Tim Steinbach2020-01-05
| |
* | Merge master into staging-nextFrederik Rietdijk2020-01-02
|\ \
| * | oh-my-zsh: 2019-12-29 -> 2020-01-01Tim Steinbach2020-01-01
| | |
* | | treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
| | |
* | | treewide: installFlags is a listRobin Gloster2019-12-30
|/ /
* | oh-my-zsh: 2019-12-27 -> 2019-12-29Tim Steinbach2019-12-28
| |
* | oh-my-zsh: 2019-12-22 -> 2019-12-27Tim Steinbach2019-12-26
| |
* | treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* | oh-my-zsh: 2019-12-20 -> 2019-12-22Tim Steinbach2019-12-22
| |
* | oh-my-zsh: 2019-12-18 -> 2019-12-20Tim Steinbach2019-12-20
| |
* | oh-my-zsh: 2019-12-07 -> 2019-12-18Tim Steinbach2019-12-18
| |
* | zsh-history: Add testsChristian Kampka2019-12-14
| |
* | oh-my-zsh: GitHub repo movedTim Steinbach2019-12-12
| |
* | zsh-history: 2019-10-07 -> 2019-12-10Christian Kampka2019-12-10
| |
* | oh-my-zsh: 2019-12-07 -> 2019-12-07Tim Steinbach2019-12-09
| |
* | oh-my-zsh: 2019-11-21 -> 2019-11-23Tim Steinbach2019-11-25
| |
* | Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\ \
| * | oh-my-zsh: 2019-10-30 -> 2019-11-21Tim Steinbach2019-11-21
| | |
| * | zsh-fast-syntax-highlighting: init at 1.54 (#65429)pasqui232019-11-19
| | |
| * | grml-zsh-config: 0.16.0 -> 0.16.1R. RyanTM2019-11-13
| | | | | | | | | (#72511)
| * | antibody: add filalex77 as a maintainerOleksii Filonenko2019-11-11
| | |
| * | antibody: 4.1.2 -> 4.2.0Oleksii Filonenko2019-11-11
| | |
| * | zsh-history-substring-search: 1.0.1 -> 1.0.2R. RyanTM2019-11-04
| | |
| * | Merge pull request #72195 from Ma27/package-fzf-zshMaximilian Bosch2019-10-31
| |\ \ | | | | | | | | fzf-zsh: init at unstable-2019-09-09
| | * | fzf-zsh: init at unstable-2019-09-09Maximilian Bosch2019-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple `fzf` wrapper which provides a way nicer interface for ZSH's <C-r> search. When using oh-my-zsh it can be enabled like this: ``` nix { pkgs, ... }: { programs.zsh = { enable = true; ohMyZsh = { enable = true; customPkgs = [ pkgs.fzf-zsh ]; plugins = [ "fzf-zsh" ]; }; }; } ```
| * | | oh-my-zsh: 2019-10-27 -> 2019-10-30Tim Steinbach2019-10-31
| |/ /
| * | oh-my-zsh: 2019-10-25 -> 2019-10-27Tim Steinbach2019-10-27
| | |
| * | oh-my-zsh: 2019-10-24 -> 2019-10-25Tim Steinbach2019-10-25
| | |
| * | oh-my-zsh: 2019-10-22 -> 2019-10-24Tim Steinbach2019-10-24
| | |
| * | oh-my-zsh: 2019-10-20 -> 2019-10-22Tim Steinbach2019-10-23
| | |
| * | oh-my-zsh: 2019-10-19 -> 2019-10-20Tim Steinbach2019-10-21
| | |
| * | oh-my-zsh: 2019-10-16 -> 2019-10-19Tim Steinbach2019-10-19
| | |
| * | zsh-you-should-use: 1.4.0 -> 1.6.0Maximilian Bosch2019-10-19
| | | | | | | | | | | | https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
| * | oh-my-zsh: 2019-10-15 -> 2019-10-16Tim Steinbach2019-10-18
| | |
| * | Merge pull request #67670 from kampka/zsh-historyworldofpeace2019-10-16
| |\ \ | | | | | | | | zsh-history: init at unstable-2019-08-29
| | * | zsh-history: Backport upstream patch for config generationChristian Kampka2019-10-15
| | | |
| | * | Update pkgs/shells/zsh/zsh-history/default.nixChristian Kampka2019-10-07
| | | | | | | | | | | | Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
| | * | zsh-history: use goModule build infrastructureChristian Kampka2019-10-07
| | | |
| | * | zsh-history: make use of `installShellCompletions` helperChristian Kampka2019-09-28
| | | |
| | * | zsh-history: Refactor use of `with lib`Christian Kampka2019-09-28
| | | |
| | * | zsh-history: package build improvementsChristian Kampka2019-09-28
| | | |
| | * | zsh-history: unsable 2019-08-29 -> 2019-09-27Christian Kampka2019-09-28
| | | |
| | * | zsh-history: init at unstable-2019-08-29Christian Kampka2019-09-28
| | | |
| * | | oh-my-zsh: 2019-10-10 -> 2019-10-15Tim Steinbach2019-10-15
| | | |