summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
...
* | | | powershell: disable dotnet telemetryMario Rodas2019-11-29
| | | |
* | | | nushell: 0.5.0 -> 0.6.0Oleksii Filonenko2019-11-27
| | | |
* | | | nushell: add filalex77 to maintainersOleksii Filonenko2019-11-27
| | | |
* | | | 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)
| * | | | oil: 0.7.pre5 -> 0.7.pre6Vladyslav M2019-11-13
| | | | |
| * | | | Merge pull request #73121 from marsam/init-nushellMario Rodas2019-11-12
| |\ \ \ \ | | | | | | | | | | | | nushell: init at 0.5.0
| | * | | | nushell: add withAllFeatures flagMario Rodas2019-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Evan Stoll <evanjs@users.noreply.github.com>
| | * | | | nushell: init at 0.5.0Mario Rodas2019-11-09
| | | | | |
| * | | | | Merge pull request #73072 from cko/missing_descriptionsRenaud2019-11-13
| |\ \ \ \ \ | | |/ / / / | |/| | | | treewide: add missing descriptions & homepages
| | * | | | oh: add missing description & homepageChristine Koppelt2019-11-10
| | | |/ / | | |/| |
| * | | | 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
| | | |
| * | | xonsh: 0.9.11 -> 0.9.13Maximilian Bosch2019-10-28
| |/ / | | | | | | | | | | | | https://github.com/xonsh/xonsh/releases/tag/0.9.12 https://github.com/xonsh/xonsh/releases/tag/0.9.13
| * | oh-my-zsh: 2019-10-25 -> 2019-10-27Tim Steinbach2019-10-27
| | |
| * | bash-completion: fix build on darwinMario Rodas2019-10-25
| | | | | | | | | | | | Disable tests on Darwin because is failing consistently.
| * | oh-my-zsh: 2019-10-24 -> 2019-10-25Tim Steinbach2019-10-25
| | |
| * | oh-my-zsh: 2019-10-22 -> 2019-10-24Tim Steinbach2019-10-24
| | |
| * | Merge master into staging-nextFrederik Rietdijk2019-10-23
| |\ \
| | * | oh-my-zsh: 2019-10-20 -> 2019-10-22Tim Steinbach2019-10-23
| | | |
| * | | bash-completion: do not change pkgconfig behaviour, fixes #71662Frederik Rietdijk2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 2.9 bash-completion hardcodes paths in pkgconfig file. We want to be able to override certain paths, so this commit restores the original behaviour. https://github.com/NixOS/nixpkgs/issues/71662
| * | | bash-completion: 2.8 -> 2.9Jonathan Ringer2019-10-22
| |/ /
| * | Merge pull request #71221 from NixOS/staging-nextFrederik Rietdijk2019-10-22
| |\ \ | | | | | | | | Staging next
| | * \ Merge master into staging-nextFrederik Rietdijk2019-10-20
| | |\ \
| | * \ \ Merge staging-next into stagingFrederik Rietdijk2019-10-16
| | |\ \ \
| | * \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2019-10-12
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2019-10-03
| | |\ \ \ \ \
| | * | | | | | xonsh: 0.9.10 -> 0.9.11R. RyanTM2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions
| * | | | | | | oh-my-zsh: 2019-10-19 -> 2019-10-20Tim Steinbach2019-10-21
| | |_|_|_|/ / | |/| | | | |
| * | | | | | oh-my-zsh: 2019-10-16 -> 2019-10-19Tim Steinbach2019-10-19
| | | | | | |
| * | | | | | Revert "fish: switch to fetchFromGitHub"Jan Tojnar2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cc997f28d154e6bc47eacbe3632859090fedd616. I confused the URLs. The files have the same contents but the former URL is recommended by upstream.
| * | | | | | 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
| * | | | | | fish: switch to fetchFromGitHubJan Tojnar2019-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The expression claimed there are differences between the release tarball and the tarball github packages from the tag but fetchFromGitHub literally downloads the same tarball.
| * | | | | | 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
| | |/ / / /