about summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* oh-my-zsh: 2019-08-06 -> 2019-08-07Tim Steinbach2019-08-08
|
* oh-my-zsh: 2019-07-31 -> 2019-08-06Tim Steinbach2019-08-07
|
* xonsh: 0.9.8 → 0.9.9Artemis Tosini2019-07-31
|
* oh-my-zsh: 2019-07-22 -> 2019-07-31Tim Steinbach2019-07-31
|
* Merge pull request #64715 from Emiller88/fix/xonsh-updateMaximilian Bosch2019-07-28
|\ | | | | xonsh: 0.9.6 -> 0.9.8
| * xonsh: 0.9.6 -> 0.9.8Edmund Miller2019-07-13
| | | | | | | | Update to correct repo, since a group was created
* | oh-my-zsh: 2019-07-13 -> 2019-07-22Tim Steinbach2019-07-23
| |
* | Merge pull request #64843 from nyarly/fish_system_wcwidthworldofpeace2019-07-18
|\ \ | | | | | | fish: use internal wcwidth
| * | fish: use internal wcwidthJudson2019-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fish 3.0 has an updated an more robust handling of unicode glyphs. Per the original author of the INTERNAL_WCWIDTH flag, it was something of misfeature, and they regret that NixOS came to rely on it. Removes the flag from the Nix expression. Flag was added originally to Nixpkgs in 68076b7d4938ce788dc9eaaf8789dfccc30e2ca2 It is being removed entirely from upstream fish: https://github.com/fish-shell/fish-shell/pull/5777.
* | | Merge pull request #64947 from r-ryantm/auto-update/rushRyan Mulligan2019-07-17
|\ \ \ | | | | | | | | rush: 1.9 -> 2.1
| * | | rush: 1.9 -> 2.1R. RyanTM2019-07-16
| | |/ | |/| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rush/versions
* | | Merge pull request #64853 from r-ryantm/auto-update/oilLinus Heckemann2019-07-16
|\ \ \ | |_|/ |/| | oil: 0.6.pre15 -> 0.6.0
| * | oil: 0.6.pre15 -> 0.6.0R. RyanTM2019-07-15
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oil/versions
* / oh-my-zsh: 2019-07-01 -> 2019-07-13Tim Steinbach2019-07-15
|/
* Merge pull request #63920 from Ma27/package-zsh-you-should-useMaximilian Bosch2019-07-09
|\ | | | | zsh-you-should-use: init at 1.1.0
| * zsh-you-should-use: init at 1.1.0Maximilian Bosch2019-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple zsh plugin that reminds you to use existing aliases. With `oh-my-zsh` it can be installed like this: ``` { programs.zsh.ohMyZsh = { customPkgs = [ pkgs.zsh-you-should-use ]; plugins = [ "you-should-use" ]; }; } ```
* | Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | | | | | anything
* | zsh-autosuggestions: 0.5.2 -> 0.6.3R. RyanTM2019-07-03
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zsh-autosuggestions/versions
* | oh-my-zsh: 2019-06-27 -> 2019-07-01Tim Steinbach2019-07-01
|/
* oh-my-zsh: 2019-06-15 -> 2019-06-27Tim Steinbach2019-06-28
|
* oh-my-zsh: 2019-06-15 -> 2019-06-15Tim Steinbach2019-06-19
|
* xonsh: 0.9.4 -> 0.9.6R. RyanTM2019-06-18
| | | | | | | 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
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* antibody: 4.1.1 -> 4.1.2 (#63210)R. RyanTM2019-06-16
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/antibody/versions
* oh-my-zsh: 2019-06-12 -> 2019-06-15Tim Steinbach2019-06-15
|
* oh-my-zsh: 2019-06-11 -> 2019-06-12Tim Steinbach2019-06-13
|
* oh-my-zsh: 2019-06-08 -> 2019-06-11Tim Steinbach2019-06-12
|
* oh-my-zsh: 2019-06-01 -> 2019-06-08Tim Steinbach2019-06-08
|
* ksh: add libiconv dependencyMatthew Bauer2019-06-05
|
* powershell: 6.2.0 -> 6.2.1R. RyanTM2019-06-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions
* oh-my-zsh: 2019-05-28 -> 2019-06-01Tim Steinbach2019-06-02
|
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* xonsh: 0.9.0 -> 0.9.4Will Dietz2019-05-28
|
* oh-my-zsh: 2019-05-27 -> 2019-05-28Tim Steinbach2019-05-28
|
* oh-my-zsh: 2019-05-26 -> 2019-05-27Tim Steinbach2019-05-28
|
* oh-my-zsh: 2019-05-21 -> 2019-05-26Tim Steinbach2019-05-26
|
* oh-my-zsh: 2019-05-19 -> 2019-05-21Tim Steinbach2019-05-22
|
* oh-my-zsh: 2019-05-17 -> 2019-05-19Tim Steinbach2019-05-20
|
* oh-my-zsh: 2019-05-11 -> 2019-05-17Tim Steinbach2019-05-17
|
* Merge pull request #61452 from r-ryantm/auto-update/xonshRenaud2019-05-14
|\ | | | | xonsh: 0.8.12 -> 0.9.0
| * xonsh: 0.8.12 -> 0.9.0R. RyanTM2019-05-13
| | | | | | | | | | | | | | 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
* | tcsh: 6.20.00 -> 6.21.00R. RyanTM2019-05-14
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tcsh/versions
* | oh-my-zsh: 2019-05-09 -> 2019-05-11Tim Steinbach2019-05-11
| |
* | oh-my-zsh: 2019-05-08 -> 2019-05-09Tim Steinbach2019-05-09
| |
* | oh-my-zsh: 2019-05-06 -> 2019-05-08Tim Steinbach2019-05-08
|/
* oh-my-zsh: 2019-05-05 -> 2019-05-06Tim Steinbach2019-05-07
|
* oh-my-zsh: 2019-05-03 -> 2019-05-05Tim Steinbach2019-05-06
|
* oh-my-zsh: 2019-05-01 -> 2019-05-03Tim Steinbach2019-05-04
|
* oh-my-zsh: 2019-04-29 -> 2019-05-01Tim Steinbach2019-05-02
|
* jush: init at 0.1Will Dietz2019-04-30
|