Commit Graph

867 Commits

Author SHA1 Message Date
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes (#65780)
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Marek Mahut
8effb0a4fb
Merge pull request #65126 from r-ryantm/auto-update/powershell
powershell: 6.2.1 -> 6.2.2
2019-08-10 10:03:53 +02:00
Marek Mahut
ce8a9968c9 powershell: updating darwin sha 2019-08-10 09:39:04 +02:00
Tim Steinbach
cacc355f61
oh-my-zsh: 2019-08-06 -> 2019-08-07 2019-08-08 10:28:50 -04:00
Tim Steinbach
6808d00dfa
oh-my-zsh: 2019-07-31 -> 2019-08-06 2019-08-07 09:32:11 -04:00
Jörg Thalheim
84d2202a46
zsh: fix cross-compiling support 2019-08-02 10:04:10 +01:00
Artemis Tosini
5f44f311de
xonsh: 0.9.8 → 0.9.9 2019-07-31 23:08:31 +00:00
Tim Steinbach
15feb3893d
oh-my-zsh: 2019-07-22 -> 2019-07-31 2019-07-31 09:25:19 -04:00
Maximilian Bosch
c954e00a51
Merge pull request #64715 from Emiller88/fix/xonsh-update
xonsh: 0.9.6 -> 0.9.8
2019-07-28 10:02:18 +02:00
Tim Steinbach
ebf746457d
oh-my-zsh: 2019-07-13 -> 2019-07-22 2019-07-23 08:36:18 -04:00
R. RyanTM
7d2643af88 powershell: 6.2.1 -> 6.2.2
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
2019-07-19 19:27:40 -07:00
worldofpeace
b2e0ab39a7
Merge pull request #64843 from nyarly/fish_system_wcwidth
fish: use internal wcwidth
2019-07-18 18:32:39 -04:00
Judson
2c9c395a22
fish: use internal wcwidth
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 68076b7d49

It is being removed entirely from upstream fish:
https://github.com/fish-shell/fish-shell/pull/5777.
2019-07-18 15:00:29 -07:00
Ryan Mulligan
b8f84b24de
Merge pull request #64947 from r-ryantm/auto-update/rush
rush: 1.9 -> 2.1
2019-07-17 05:41:45 -07:00
R. RyanTM
a7958005fa rush: 1.9 -> 2.1
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
2019-07-16 13:58:03 -07:00
Linus Heckemann
0ddb9e0495
Merge pull request #64853 from r-ryantm/auto-update/oil
oil: 0.6.pre15 -> 0.6.0
2019-07-16 08:11:28 +02:00
R. RyanTM
7c64e05720 oil: 0.6.pre15 -> 0.6.0
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
2019-07-15 19:13:15 -07:00
Tim Steinbach
7403a08153
oh-my-zsh: 2019-07-01 -> 2019-07-13 2019-07-15 07:26:55 -04:00
Edmund Miller
3335b49f09
xonsh: 0.9.6 -> 0.9.8
Update to correct repo, since a group was created
2019-07-13 13:33:04 -05:00
Maximilian Bosch
241a7bb363
Merge pull request #63920 from Ma27/package-zsh-you-should-use
zsh-you-should-use: init at 1.1.0
2019-07-09 23:28:53 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM
0c96c9b505 zsh-autosuggestions: 0.5.2 -> 0.6.3
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
2019-07-03 08:29:01 +02:00
Tim Steinbach
ec846ecf71
oh-my-zsh: 2019-06-27 -> 2019-07-01 2019-07-01 18:30:51 -04:00
Maximilian Bosch
02e8a36df1
zsh-you-should-use: init at 1.1.0
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" ];
  };
}
```
2019-06-29 12:14:42 +02:00
Tim Steinbach
2cbaf5b75c
oh-my-zsh: 2019-06-15 -> 2019-06-27 2019-06-28 07:57:58 -04:00
Tim Steinbach
9c9229207b
oh-my-zsh: 2019-06-15 -> 2019-06-15 2019-06-19 08:54:10 -04:00
R. RyanTM
dd420f45ed xonsh: 0.9.4 -> 0.9.6
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
2019-06-18 11:28:45 -07:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
599ec87849 antibody: 4.1.1 -> 4.1.2 (#63210)
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
2019-06-16 09:05:55 -07:00
Tim Steinbach
3385abd753
oh-my-zsh: 2019-06-12 -> 2019-06-15 2019-06-15 13:58:09 -04:00
Tim Steinbach
910b179506
oh-my-zsh: 2019-06-11 -> 2019-06-12 2019-06-13 10:06:36 -04:00
Tim Steinbach
eb359ddb73
oh-my-zsh: 2019-06-08 -> 2019-06-11 2019-06-12 13:09:46 -04:00
Tim Steinbach
aea4b4a030
oh-my-zsh: 2019-06-01 -> 2019-06-08 2019-06-08 19:17:04 -04:00
Matthew Bauer
1f22e71439 ksh: add libiconv dependency 2019-06-05 23:43:37 -04:00
R. RyanTM
cbc5f612c2
powershell: 6.2.0 -> 6.2.1
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
2019-06-02 13:12:23 -05:00
Tim Steinbach
57815f9164
oh-my-zsh: 2019-05-28 -> 2019-06-01 2019-06-02 13:27:17 -04:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
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.
2019-06-01 15:17:52 +00:00
Will Dietz
8fc3b6a7fa
xonsh: 0.9.0 -> 0.9.4 2019-05-28 20:02:33 -05:00
Tim Steinbach
90267ba813
oh-my-zsh: 2019-05-27 -> 2019-05-28 2019-05-28 18:12:37 -04:00
Tim Steinbach
c0c947814d
oh-my-zsh: 2019-05-26 -> 2019-05-27 2019-05-28 08:44:42 -04:00
Tim Steinbach
567b63c78f
oh-my-zsh: 2019-05-21 -> 2019-05-26 2019-05-26 10:10:57 -04:00
Tim Steinbach
963a993097
oh-my-zsh: 2019-05-19 -> 2019-05-21 2019-05-22 09:04:12 -04:00
Tim Steinbach
7711aed354
oh-my-zsh: 2019-05-17 -> 2019-05-19 2019-05-20 11:04:31 -04:00
Tim Steinbach
9d200707ba
oh-my-zsh: 2019-05-11 -> 2019-05-17 2019-05-17 10:28:16 -04:00
Renaud
a46ee786da
Merge pull request #61452 from r-ryantm/auto-update/xonsh
xonsh: 0.8.12 -> 0.9.0
2019-05-14 19:49:15 +02:00
R. RyanTM
c9d1ef7cd7 tcsh: 6.20.00 -> 6.21.00
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
2019-05-14 09:48:58 +02:00
R. RyanTM
b324116100 xonsh: 0.8.12 -> 0.9.0
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
2019-05-13 05:41:00 -07:00
Tim Steinbach
18d0273877
oh-my-zsh: 2019-05-09 -> 2019-05-11 2019-05-11 09:17:37 -04:00
Tim Steinbach
26fa9aa8d2
oh-my-zsh: 2019-05-08 -> 2019-05-09 2019-05-09 08:18:47 -04:00
Tim Steinbach
81e075ab56
oh-my-zsh: 2019-05-06 -> 2019-05-08 2019-05-08 10:13:43 -04:00
Tim Steinbach
6104102c24
oh-my-zsh: 2019-05-05 -> 2019-05-06 2019-05-07 08:04:53 -04:00
Tim Steinbach
e3bee64f78
oh-my-zsh: 2019-05-03 -> 2019-05-05 2019-05-06 08:49:11 -04:00
Tim Steinbach
01c27d6faf
oh-my-zsh: 2019-05-01 -> 2019-05-03 2019-05-04 10:36:57 -04:00
Tim Steinbach
eed255e044
oh-my-zsh: 2019-04-29 -> 2019-05-01 2019-05-02 13:57:46 -04:00
Will Dietz
3c13d77713 jush: init at 0.1 2019-04-30 23:41:58 -05:00
Tim Steinbach
1003fd58fb
oh-my-zsh: 2019-04-26 -> 2019-04-29 2019-04-29 08:50:01 -04:00
Tim Steinbach
6cc803c7aa
oh-my-zsh: 2019-04-25 -> 2019-04-26 2019-04-26 18:10:36 -04:00
Will Dietz
e5453a19df
Merge pull request #60161 from dtzWill/update/rush-1.9
rush: 1.8 -> 1.9
2019-04-25 23:18:17 -05:00
Tim Steinbach
11d05d5122
oh-my-zsh: 2019-04-22 -> 2019-04-25 2019-04-25 20:39:25 -04:00
Will Dietz
e241ebb8fa rush: 1.8 -> 1.9
http://lists.gnu.org/archive/html/info-gnu/2019-04/msg00007.html
2019-04-24 09:26:40 -05:00
Tim Steinbach
0a0bd37fec
oh-my-zsh: 2019-04-18 -> 2019-04-22 2019-04-23 06:38:48 -04:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
HTTPS urls
2019-04-22 23:37:07 +02:00
Silvan Mosberger
74697340dd
Merge pull request #59823 from Ma27/bump-lambda-mod-zsh-theme
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
2019-04-22 22:49:06 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Will Dietz
95f7deffec bash_5: 5.0-p2 -> 5.0-p7 2019-04-21 11:47:25 -05:00
Tim Steinbach
d36827bd08
oh-my-zsh: 2019-04-04 -> 2019-04-18 2019-04-19 08:11:49 -04:00
Maximilian Bosch
dadf97736b
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
See 61c373c...6b83aed

The newly introduced commit (87e7cd7) adds support for LAMBDA_MOD_N_DIR_LEVELS
to control the amount of dir levels shown in the prompt.
2019-04-18 11:52:39 +02:00
Maximilian Bosch
b9cacc1de1
nix-zsh-completions: 0.4.2 -> 0.4.3
Added new completions for `nixos-build-vms`[1].

See https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.3

[1] https://github.com/NixOS/nixpkgs/pull/55121 added support for
`--option`.
2019-04-18 11:35:57 +02:00
Will Dietz
08beac0512 zsh-autosuggestions: 0.5.1 -> 0.5.2 (#59416) 2019-04-14 22:25:24 +02:00
Christopher Chin
aa4af91d50 xonsh: 0.8.3 -> 0.8.12 (#58824) 2019-04-14 20:27:13 +02:00
xeji
c1a94a64c8
Merge pull request #59200 from yrashk/powershell-6.2.0
powershell: 6.1.2 -> 6.2.0
2019-04-09 18:47:29 +02:00
Yurii Rashkovskii
9cc80bc041
powershell: 6.1.2 -> 6.2.0 2019-04-09 09:33:36 +02:00
Maximilian Bosch
2fdca0eb58
Merge pull request #59134 from NickHu/zsh-prezto
zsh-prezto: 2017-12-03 -> 2019-03-18
2019-04-09 02:27:49 +02:00
R. RyanTM
66488adce8 grml-zsh-config: 0.15.3 -> 0.16.0 (#58688)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2019-04-08 00:27:26 +02:00
Nick Hu
1d03cbb875 zsh-prezto: 2017-12-03 -> 2019-03-18 2019-04-07 15:48:01 +01:00
Tim Steinbach
3e6b38ebc8
oh-my-zsh: Add update script 2019-04-06 19:47:08 -04:00
Tim Steinbach
b248553282
oh-my-zsh: 2019-01-15 -> 2019-04-04 2019-04-06 19:47:08 -04:00
Tim Steinbach
4f02088386
oh-my-zsh: Move rev outside src
This will allow it to work with the update script
2019-04-06 19:47:08 -04:00
Will Dietz
cd9e67a860 zsh-autosuggestions: 0.5.0 -> 0.5.1 (#59037) 2019-04-06 10:17:19 +00:00
Andreas Rammhold
e85525245c
Merge pull request #57964 from andir/rssh
rssh: mark as insecure
2019-03-22 13:19:06 +01:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
worldofpeace
7bd17fbd51 antibody: 4.1.0 -> 4.1.1, use buildGoModule 2019-03-20 23:10:33 -04:00
Andreas Rammhold
8ff37d9c45
rssh: mark as insecure
There seems to be a consensus among many packagers that RSSH is
probably no longer a good idea. There are a few fixes for some of the
issues but people should move on and use other software these days.

Removing it from further (stable) releases is probably a good idea. If
someone really needs it we still have it in the tree and they can
whitelist it again.
2019-03-20 14:33:13 +01:00
R. RyanTM
bbee9fac85 mksh: 56c -> 57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mksh/versions
2019-03-10 17:46:59 -07:00
qolii
d7310a8092 Switch over to fetchFromGitHub, and update version to reflect temporary nature. 2019-03-08 13:14:14 -08:00
qolii
f4d1a4e899 Switch zsh-git-prompt to new fork. 2019-03-06 14:22:20 -08:00
Elis Hirwing
6518e5f9cf
Merge pull request #56735 from qolii/fish_update_301_302
fish: 3.0.1 -> 3.0.2
2019-03-03 08:40:23 +01:00
qolii
dc84a655b2 fish: 3.0.1 -> 3.0.2 2019-03-02 14:48:33 -08:00
R. RyanTM
3b51bceee6 gradle-completion: 1.3.1 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gradle-completion/versions
2019-03-02 03:02:50 -08:00
worldofpeace
90e569811d
Merge pull request #56173 from worldofpeace/worldofpeace-updates
worldofpeace updates
2019-02-22 12:54:36 -05:00
Florian Friesdorf
fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
worldofpeace
8f1ba58e42 antibody: 4.0.2 -> 4.1.0 2019-02-21 19:45:48 -05:00
zimbatm
580f5b0716
oil: 0.3.0 -> 0.6.pre15 2019-02-19 12:07:52 +01:00
Jethro Kuan
1963f5b70c fish: 3.0.0 -> 3.0.1 2019-02-18 13:12:56 +08:00
Will Dietz
bcea7dd394 zsh: 5.7 -> 5.7.1 2019-02-03 19:05:19 -06:00
Piotr Halama
40296f7c18 zsh: fix for infinite recursion in VCS_INFO_detect_p4
Fixes following error for grml-zsh users:
VCS_INFO_detect_p4:79: maximum nested function level reached; increase FUNCNEST?
2019-01-28 20:09:36 +01:00
Pascal Wittmann
5aeaedc6e4
Merge pull request #54552 from NixOS/update-zsh-5.7
zsh: 5.6.2 -> 5.7
2019-01-26 16:51:58 +01:00
Anderson Torres
675ebc5559 elvish: a small fixup (#54531)
* Elvish: a small fixup

Fixing version variable in order to properly download the source code.
Also, some minor stylistical modifications and additions.

* elvish: use pname

* Update pkgs/shells/elvish/default.nix

Use `pname` instead of `name`.

Co-Authored-By: AndersonTorres <torres.anderson.85@protonmail.com>
2019-01-26 14:25:20 +00:00
Pascal Wittmann
f826944d77
zsh: 5.6.2 -> 5.7 2019-01-24 21:37:54 +01:00
Will Dietz
d0b4b3527d bash_5: 5.0p0 -> 5.0p2 2019-01-20 01:25:17 -06:00
Jörg Thalheim
682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Jörg Thalheim
3704524a36
Merge pull request #54126 from r-ryantm/auto-update/powershell
powershell: 6.1.1 -> 6.1.2
2019-01-17 00:01:08 +00:00
R. RyanTM
1ac0f6b36b powershell: 6.1.1 -> 6.1.2
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
2019-01-16 15:21:44 -08:00
Tim Steinbach
4dd6ea08f9
oh-my-zsh: 2018-11-27 -> 2019-01-15 2019-01-15 18:42:57 -05:00
Jörg Thalheim
26c7c59c0d
bash: cygwin patch no longer applies 2019-01-09 08:28:29 +00:00
Will Dietz
c9b95f54bc bash5: add myself to maintainer list 2019-01-08 17:36:14 -06:00
Will Dietz
fa00f7fb70 bash5: remove patch w/musl
Leave the configureFlags, esp disabling bash malloc.
2019-01-08 17:35:28 -06:00
Sean Haugh
68982ea938 zsh: move --enable-zprofile into configureFlags (#52718) 2019-01-08 11:11:37 +01:00
Will Dietz
844bd53740 bash5: enable parallel building optimistically
Works for me and they've had quite some time to fix it ;).
2019-01-08 00:16:45 -06:00
Will Dietz
86a1a3950b bash5: init bash 5.0
https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00010.html
2019-01-07 23:57:59 -06:00
Artur Kireev
5b201a8e98 ksh: init at 93v 2019-01-06 15:37:53 +00:00
Matthew Bauer
1a7d28e31f
Merge pull request #53201 from Izorkin/zsh-command-time
zsh-command-time: enable work with options customPkgs
2019-01-04 10:35:54 -06:00
R. RyanTM
7e9720559d grml-zsh-config: 0.15.2 -> 0.15.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2019-01-03 12:51:16 -05:00
Izorkin
a9c3035bd1 zsh-command-time: enable work with options customPkgs 2019-01-02 18:37:38 +03:00
Gabriel Ebner
68076b7d49 fish: do not use internal wcwidth
This is important when typing characters such as (U+26A1 HIGH VOLTAGE
SIGN), otherwise fish computes a different character width than the
terminal.  See https://github.com/fish-shell/fish-shell/pull/4816
2018-12-30 10:21:06 +01:00
adisbladis
0ff4d0a516
fish: 2.7.1 -> 3.0.0 2018-12-28 21:23:24 +00:00
R. RyanTM
de0de8903f grml-zsh-config: 0.15.1 -> 0.15.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2018-12-26 11:23:03 +01:00
Will Dietz
783957c72b zsh-completions; 0.29.0 -> 0.30.0
https://github.com/zsh-users/zsh-completions/releases/tag/0.30.0
2018-12-19 13:35:55 -06:00
Tim Steinbach
147f9a0f96
oh-my-zsh: 2018-11-02 -> 2018-11-27 2018-12-10 09:54:19 -05:00
R. RyanTM
fa0d6e6481 zsh-autosuggestions: 0.4.3 -> 0.5.0
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
2018-12-08 14:39:40 -08:00
Tor Hedin Brønner
ad8f5ca2bb nix-bash-completions: 0.6.6 -> 0.6.7 2018-12-04 08:34:23 +01:00
Tor Hedin Brønner
5bc0270211 nix-zsh-completions: 0.4.1 -> 0.4.2 2018-12-04 08:32:29 +01:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
worldofpeace
09d877865e antibody: 4.0.0 -> 4.0.2 2018-12-02 02:48:29 -05:00
Maximilian Bosch
e446261e51
nix-zsh-completions: 0.4.0 -> 0.4.1
Contains several bugfixes that improve the ZSH completion for nix*
commands.

For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
2018-11-26 01:13:14 +01:00
R. RyanTM
1a4bb5adc7 grml-zsh-config: 0.15.0 -> 0.15.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2018-11-25 04:25:39 -05:00
worldofpeace
598fcb0421
powershell: 6.1.0 -> 6.1.1
Also fix libraries for darwin.

Closes #50966

Co-authored-by: Robin Gloster <mail@glob.in>
2018-11-24 03:56:35 +01:00
Chris Ostrouchov
d69246709f pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
volth
ecf1ded466
bash: fix typo in configureFlags 2018-11-21 07:58:32 +00:00
Markus Kowalewski
a6b854c9a2
dash: add licenses 2018-11-15 00:13:52 +01:00
nyanloutre
fb3d15c34c
spaceship-prompt: correct homepage url 2018-11-11 10:53:51 +01:00
Paul TREHIOU
0f21becbab spaceship-prompt: init at 3.7.1 (#50177)
* spaceship-prompt: init at 3.7.1

* spaceship-prompt: useless zsh argument
2018-11-11 02:17:57 +01:00
Mario Rodas
edf30a24e8
xonsh: 0.6.8 -> 0.8.3 2018-11-10 23:45:51 +01:00
Tim Steinbach
072b2b86b0
oh-my-zsh: 2018-09-19 -> 2018-11-02 2018-11-07 20:04:21 -05:00
Peter Simons
bf26876a28 zsh-git-prompt: don't hard-code any particular compiler version
Just use whatever is the current default.
2018-11-02 20:16:56 +01:00
Jörg Thalheim
4b9c30e6e7
Merge pull request #49086 from dtzWill/update/zsh-completions
zsh-completions: 0.28.0 -> 0.29.0
2018-10-25 14:59:25 +01:00
Will Dietz
545131a7de zsh-completions: 0.28.0 -> 0.29.0 2018-10-24 22:40:35 -05:00
worldofpeace
e016039f98 antibody: 3.7.0 -> 4.0.0 2018-10-24 14:12:05 -04:00
Maximilian Bosch
e8fb77a944
Merge pull request #46152 from Ma27/fix-setxkbmap-completion
zsh: patch `_setxkbmap` completion script
2018-10-19 14:33:04 +02:00
Tim Steinbach
e0a98c5dc0
oh-my-zsh: 2018-09-03 -> 2018-09-14 2018-10-16 16:50:46 -04:00
Yurii Rashkovskii
fd9518a532 powershell: 6.0.4 -> 6.1.0 (#48130) 2018-10-10 22:52:38 +02:00
Joachim F
6bfc436433
Merge pull request #46743 from haslersn/any-nix-shell-1.1.0
any-nix-shell: init at 1.1.0
2018-10-08 19:38:07 +00:00
worldofpeace
5c2059df22 antibody: 3.6.1 -> 3.7.0 (#47943) 2018-10-06 15:32:50 +02:00
zimbatm
9d49cf1808 elvish: provide the compiled version
Without this fix, `elvish -version` displays "unknown"
2018-10-04 16:10:47 +02:00
Maximilian Bosch
18d461533b
zsh: patch _setxkbmap completion script
Instead of searching `/usr` it should search for the `xkb`,
$XDG_DATA_DIRS will be searched. With this approach we allow compliance
on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory.

The patch has been accepted by upstream, but isn't released yet, so this
is mainly a temporary fix until we can bump ZSH to the next stable version.

The `xserver` module links `/share/X11/xkb` to `/run/current-system` to
make this possible.

The fix can be tested inside the following VM:

```
{
  zshtest = {
    programs.zsh.enable = true;
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    services.xserver.enable = true;
  };
}
```

Fixes #46025
2018-09-20 12:54:34 +02:00
haslersn
ceb0d1a565 any-nix-shell: init at 1.1.0 2018-09-16 08:16:01 +02:00
Will Dietz
ef21db9bd3 zsh: 5.6.1 -> 5.6.2
From upstream's NEWS:

> Changes from 5.6.1 to 5.6.2
> ---------------------------
>
> Fix another SIGTTOU case.
>
> Fix SIGWINCH being ignored when zsh is not in the foreground.
>
> The release tarballs are now compressed using xz(1), whereas previously
> both xz(1) and gzip(1) versions were available.  If this gets in your way,
> give us a shout.
>
2018-09-15 00:05:48 -05:00
Alyssa Ross
e2bdf5ea3b
zsh-history-substring-search: init at 1.0.1 2018-09-11 13:59:54 +01:00