summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
...
| * | | | bash_5: 5.0p16 -> 5.0p17Will Dietz2020-07-06
| | |_|/ | |/| | | | | | | | | | https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-017
* / | | oh-my-zsh: 2020-07-05 -> 2020-07-06Tim Steinbach2020-07-07
|/ / /
* | / oh-my-zsh: 2020-07-03 -> 2020-07-05Tim Steinbach2020-07-06
| |/ |/|
* | Merge pull request #92187 from r-ryantm/auto-update/grml-zsh-configMario Rodas2020-07-04
|\ \ | | | | | | grml-zsh-config: 0.17.2 -> 0.17.3
| * | grml-zsh-config: 0.17.2 -> 0.17.3R. RyanTM2020-07-03
| |/
* / oh-my-zsh: 2020-07-01 -> 2020-07-03Tim Steinbach2020-07-03
|/
* oh-my-zsh: 2020-06-28 -> 2020-07-01Tim Steinbach2020-07-01
|
* nushell: 0.15.0 -> 0.16.0Philipp Mildenberger2020-06-30
|
* oh-my-zsh: 2020-06-26 -> 2020-06-28Tim Steinbach2020-06-28
|
* Merge pull request #90714 from Philipp-M/fix-nushell-checkphaseMaximilian Bosch2020-06-28
|\ | | | | nushell: add checkPhase without --target which causes failing tests
| * nushell: add checkPhase without --target which causes failing testsPhilipp Mildenberger2020-06-20
| |
* | oh-my-zsh: 2020-06-23 -> 2020-06-26Tim Steinbach2020-06-26
| |
* | oh-my-zsh: 2020-06-19 -> 2020-06-23Tim Steinbach2020-06-24
| |
* | oh-my-zsh: 2020-06-18 -> 2020-06-19Tim Steinbach2020-06-22
|/
* oil: 0.8.pre4 -> 0.8.pre6Raimon Grau2020-06-18
|
* oh-my-zsh: 2020-06-17 -> 2020-06-18Tim Steinbach2020-06-18
|
* Merge pull request #90670 from bouk/fish-no-trMichele Guerini Rocco2020-06-18
|\ | | | | fish: replace use of tr with string split
| * fish: use -p to prepend profile directoriesBouke van der Bijl2020-06-17
| |
| * fish: replace use of tr with string splitBouke van der Bijl2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | This shaves about 4ms off fish start time. Before (profiled with 'fish --profile prof.txt -c fish_prompt'): 225 4636 ----> set -l __nix_profile_paths (echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n')[-1..1] 4411 4411 -----> echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n' After: 190 248 ----> set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1]
* | grml-zsh-config: 0.16.2 -> 0.17.2R. RyanTM2020-06-17
| |
* | oh-my-zsh: 2020-06-10 -> 2020-06-17Tim Steinbach2020-06-17
| |
* | fish: install docs to $out/share/doc/fishCole Helbling2020-06-15
|/ | | | | | Otherwise, it ended up going to $out/share/doc, which would pollute this shared directory, as well as clash with other similarly misbehaving packages.
* oh-my-zsh: 2020-06-08 -> 2020-06-10Tim Steinbach2020-06-12
|
* nushell: 0.14.0 -> 0.15.0Philipp Mildenberger2020-06-11
|
* Merge pull request #89911 from r-ryantm/auto-update/dashMario Rodas2020-06-09
|\ | | | | dash: 0.5.10.2 -> 0.5.11
| * dash: 0.5.10.2 -> 0.5.11R. RyanTM2020-06-09
| |
* | oh-my-zsh: 2020-06-05 -> 2020-06-08Tim Steinbach2020-06-08
|/
* powershell: installCheck -> installCheckPhaseEvils2020-06-05
|
* oh-my-zsh: 2020-06-02 -> 2020-06-05Tim Steinbach2020-06-05
|
* oh-my-zsh: 2020-05-26 -> 2020-06-02Tim Steinbach2020-06-02
|
* zsh-powerlevel10k: 1.7.0 -> 1.11.0Martin Weinelt2020-06-01
|
* grml-zsh-config: 0.16.1 -> 0.16.2R. RyanTM2020-05-27
|
* oh-my-zsh: 2020-05-24 -> 2020-05-26Tim Steinbach2020-05-27
|
* Merge pull request #66427 from pacien/pure-prompt-1.10.3Lassulus2020-05-26
|\ | | | | pure-prompt: init at 1.12.0
| * pure-prompt: add pablovsky as maintainerpablo11072020-05-09
| |
| * pure-prompt: init at 1.12.0pacien2020-05-09
| | | | | | | | Co-authored-by: pablo1107 <dealberapablo07@gmail.com>
* | Merge pull request #88036 from NickHu/preztoNick Hu2020-05-26
|\ \ | | | | | | zsh-prezto: 2019-03-18 -> 2020-05-02
| * | zsh-prezto: 2019-03-18 -> 2020-05-20Nick Hu2020-05-26
| | |
* | | oh-my-zsh: 2020-05-21 -> 2020-05-24Tim Steinbach2020-05-24
| | |
* | | Merge pull request #88606 from r-ryantm/auto-update/mkshJoachim F2020-05-22
|\ \ \ | | | | | | | | mksh: 59 -> 59b
| * | | mksh: 59 -> 59bR. RyanTM2020-05-22
| | | |
* | | | oh-my-zsh: 2020-05-20 -> 2020-05-21Tim Steinbach2020-05-22
| | | |
* | | | oh-my-zsh: 2020-05-18 -> 2020-05-20Tim Steinbach2020-05-20
| | | |
* | | | Merge pull request #88212 from r-ryantm/auto-update/powershellMaximilian Bosch2020-05-20
|\ \ \ \ | | | | | | | | | | powershell: 7.0.0 -> 7.0.1
| * | | | powershell: 7.0.0 -> 7.0.1R. RyanTM2020-05-19
| |/ / /
* | | | oh-my-zsh: 2020-05-16 -> 2020-05-18Tim Steinbach2020-05-19
| | | |
* | | | antibody: 6.0.0 -> 6.0.1R. RyanTM2020-05-19
|/ / /
* / / oh-my-zsh: 2020-05-11 -> 2020-05-16Tim Steinbach2020-05-17
|/ /
* | treewide: fix broken AlpineLinux repo links (#87892)Lila2020-05-15
| |
* | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
| |