about summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* Merge pull request #80227 from zowoq/zshMario Rodas2020-02-20
|\ | | | | zsh: 5.7.1 -> 5.8
| * zsh: 5.7.1 -> 5.8zowoq2020-02-16
| | | | | | | | https://www.zsh.org/mla/zsh-announce/141
* | oh-my-zsh: 2020-02-11 -> 2020-02-19Tim Steinbach2020-02-20
| |
* | nushell: 0.9.0 -> 0.10.0Serg Nesterov2020-02-19
| |
* | xonsh: Fix broken testsKovacsics Robert2020-02-18
| | | | | | | | | | | | | | Pulls in a patch committed a couple of days after the 0.9.13 release (the one here), to fix the tests. (cherry picked from commit bf822c4caa96666d5ee1c20870229b9f6484e5cd)
* | Merge pull request #79941 from cole-h/fishGeorges Dubus2020-02-18
|\ \ | | | | | | fish: 3.0.2 -> 3.1.0
| * | fish: 3.0.2 -> 3.1.0Cole Helbling2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | fish-shell 3.1.0 was just released today with many niceties (including the ability to have bash-like temporary env vars e.g. `VAR="var1" command` instead of needing to use `env VAR="var1" command`). To see the full list of changes, please visit https://github.com/fish-shell/fish-shell/releases/tag/3.1.0.
* | | fish-foreign-env: update stderr redirection in patchCole Helbling2020-02-16
| | | | | | | | | | | | | | | Caret stderr redirection has been deprecated and will be removed in a future version.
* | | bash_5: 5p11 -> 5p16Will Dietz2020-02-16
| |/ |/| | | | | | | | | | | | | https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-012 https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-013 https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-014 https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-015 https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-016
* | nushell: fix build by using newer cargo fetcherBenjamin Hipple2020-02-15
| | | | | | | | | | | | | | Resolves #80117 by using the newer fetcher; see #79975 for details. Would also be fixed by #80153 eventually, but we want to upgrade Rust packages either way, so might as well start with the broken ones!
* | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | Merge pull request #79682 from cole-h/fish-foreign-envGeorges Dubus2020-02-13
|\ \ | | | | | | fish-foreign-env: git-20170324 -> git-20200209
| * | fish-foreign-env: git-20170324 -> git-20200209Cole Helbling2020-02-09
| |/ | | | | | | | | | | | | | | | | | | | | "`^` as a redirection deprecated and will be removed in the future." (see the changelog, under the 3.0b1 release) The latest fish beta release (3.1b1 as of time of writing) errors when encountering `^&1` (though the fact it is now an error has yet to be documented by them). The plugin was updated last year to account for this change, and with the "imminent" release of fish-shell v3.1, this should be fixed.
* | oh-my-zsh: 2020-02-07 -> 2020-02-11Tim Steinbach2020-02-11
| |
* | Merge pull request #78819 from Izorkin/zsh-fixJörg Thalheim2020-02-11
|\ \ | | | | | | zsh: fix bracketed-paste-magic
| * | zsh: fix bracketed-paste-magicIzorkin2020-01-30
| | |
* | | oh-my-zsh: 2020-02-04 -> 2020-02-07Tim Steinbach2020-02-10
| | |
* | | oil: 0.7.pre11 -> 0.7.0R. RyanTM2020-02-10
| |/ |/|
* | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
| | | | | | | | | | | | | | | | In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
* | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
| | | | | | | | | | | | | | | | I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
* | oh-my-zsh: 2020-02-04 -> 2020-02-04Tim Steinbach2020-02-05
| |
* | oh-my-zsh: 2020-01-31 -> 2020-02-04Tim Steinbach2020-02-04
| |
* | zsh-powerlevel10k: 1.0 -> 1.1Martin Weinelt2020-02-02
| |
* | oh-my-zsh: 2020-01-30 -> 2020-01-31Tim Steinbach2020-02-01
| |
* | Merge pull request #78782 from cust0dian/nushell-0.9.0Maximilian Bosch2020-02-01
|\ \ | | | | | | nushell: 0.8.0 -> 0.9.0
| * | nushell: 0.8.0 -> 0.9.0Serg Nesterov2020-01-30
| |/
* / oh-my-zsh: 2020-01-04 -> 2020-01-30Tim Steinbach2020-01-30
|/
* Merge master into staging-nextFrederik Rietdijk2020-01-28
|\
| * Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| |\ | | | | | | treewide: fix redirected urls
| | * treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
| * | 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
| * | Merge pull request #78020 from dywedir/oilLinus Heckemann2020-01-19
| |\ \ | | | | | | | | oil: 0.7.pre9 -> 0.7.pre11
| | * | oil: 0.7.pre9 -> 0.7.pre11Vladyslav M2020-01-19
| | | |
| * | | Merge pull request #78003 from marsam/enable-mrsh-darwinMario Rodas2020-01-19
| |\ \ \ | | | | | | | | | | mrsh: enable on darwin
| | * | | mrsh: enable on darwinMario Rodas2020-01-18
| | |/ /
| * | | Merge pull request #77841 from mweinelt/powerlevel10k-1.0Florian Klink2020-01-19
| |\ \ \ | | |/ / | |/| | zsh-powerlevel10k: unstable-2019-12-19 -> 1.0
| | * | zsh-powerlevel10k: unstable-2019-12-19 -> 1.0Martin Weinelt2020-01-16
| | | |
| * | | fish: fix systemctl completionGabriel Ebner2020-01-17
| |/ /
* / / bash: enable PGRP_PIPE deterministically #77055Arnout Engelen2020-01-15
|/ /
* | zsh-autosuggestions: 0.6.3 -> 0.6.4Will Dietz2020-01-11
| |
* | mrsh: init at 2020-01-08Matthias Beyer2020-01-08
| | | | | | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | Merge pull request #77249 from filalex77/nushell-0.8.0Maximilian Bosch2020-01-07
|\ \ | | | | | | nushell: 0.7.1 -> 0.8.0
| * | nushell: 0.7.1 -> 0.8.0Oleksii Filonenko2020-01-07
| | |
* | | 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
|\ \
| * | nushell: 0.7.0 -> 0.7.1Maximilian Bosch2020-01-02
| | | | | | | | | | | | | | | | | | | | | https://crates.io/crates/nu/0.7.1 `aarch64-linux` is currently not supported as several crates fail to compile on ARM archs (https://github.com/nushell/nushell/issues/485).
| * | oh-my-zsh: 2019-12-29 -> 2020-01-01Tim Steinbach2020-01-01
| | |