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
Christoph Hrdinka
cc68ac9807
zsh: 5.6 -> 5.6.1
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-10 23:19:05 +02:00
Will Dietz
59f5a65e72
zsh: 5.5.1 -> 5.6 ( #46052 )
...
Security, see:
https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
2018-09-04 23:32:43 +02:00
Tim Steinbach
98ef33ec74
oh-my-zsh: 2018-07-29 -> 2018-09-03
2018-09-04 16:19:43 -04:00
Vladyslav M
8954c1f719
ion: broken on darwin ( #46010 )
2018-09-03 22:38:15 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
R. RyanTM
ff0c0780c7
zsh-completions: 0.27.0 -> 0.28.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
zsh-completions
2018-08-30 08:05:14 -07:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Yurii Rashkovskii
e4ce866f31
powershell: 6.0.3 -> 6.0.4
2018-08-13 10:01:53 +07:00
Silvan Mosberger
8fb7ab9b32
Merge pull request #43282 from Ma27/support-external-zsh-plugins
...
nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
2018-08-12 16:47:12 +02:00
Jan Malakhovski
ef2f89b2b9
bash: make tests run, but dependency cycle
2018-08-11 09:35:34 +00:00
Maximilian Bosch
efc9511c16
lambda-mod-zsh-theme: add hooks and patch shebangs
...
This ensures that no impurity exists due to implicitly depending
on`/usr/bin/env`.
It stores the theme into `$out/share/zsh/themes` to make it possible to
find theme using `buildEnv` and remain consistent with other ZSH
extensions.
2018-08-05 23:01:18 +02:00
Maximilian Bosch
1922b43b7e
nix-zsh-completions: install nix.plugin.zsh and init.zsh as well
...
These files feature simple aliases and a nix-shell detector when using
`nix-shell --run zsh`. The package itself contains the completion scripts in
`$out/share/zsh/site-functions` (to keep it compatible with ZSH-only
setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh.
2018-08-05 23:01:18 +02:00
worldofpeace
e91360066e
antibody: 3.5.1 -> 3.6.1 ( #44481 )
2018-08-05 21:00:55 +02:00
Tim Steinbach
8e0c0165a1
oh-my-zsh: 2018-04-25 -> 2018-07-29
2018-07-29 20:07:43 +00:00
Izorkin
264077482e
zsh-command-time: disable exec flag
2018-07-27 14:55:02 +03:00
Frederik Rietdijk
d4fb8ab296
Merge pull request #43912 from r-ryantm/auto-update/powershell
...
powershell: 6.0.2 -> 6.0.3
2018-07-22 08:44:38 +02:00
R. RyanTM
ec67dfb40a
powershell: 6.0.2 -> 6.0.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/powershell/versions .
2018-07-21 12:23:19 -07:00
Jörg Thalheim
f43b593b02
Merge pull request #43861 from dywedir/elvish
...
elvish: 0.11 -> 0.12
2018-07-21 16:27:37 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00