summary refs log tree commit diff
path: root/pkgs/shells/zsh
Commit message (Collapse)AuthorAge
* Merge pull request #49086 from dtzWill/update/zsh-completionsJörg Thalheim2018-10-25
|\ | | | | zsh-completions: 0.28.0 -> 0.29.0
| * zsh-completions: 0.28.0 -> 0.29.0Will Dietz2018-10-24
| |
* | antibody: 3.7.0 -> 4.0.0worldofpeace2018-10-24
|/
* Merge pull request #46152 from Ma27/fix-setxkbmap-completionMaximilian Bosch2018-10-19
|\ | | | | zsh: patch `_setxkbmap` completion script
| * zsh: patch `_setxkbmap` completion scriptMaximilian Bosch2018-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | oh-my-zsh: 2018-09-03 -> 2018-09-14Tim Steinbach2018-10-16
| |
* | antibody: 3.6.1 -> 3.7.0 (#47943)worldofpeace2018-10-06
| |
* | zsh: 5.6.1 -> 5.6.2Will Dietz2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. >
* | zsh-history-substring-search: init at 1.0.1Alyssa Ross2018-09-11
| |
* | zsh: 5.6 -> 5.6.1Christoph Hrdinka2018-09-10
|/ | | | Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
* zsh: 5.5.1 -> 5.6 (#46052)Will Dietz2018-09-04
| | | | | Security, see: https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
* oh-my-zsh: 2018-07-29 -> 2018-09-03Tim Steinbach2018-09-04
|
* zsh-completions: 0.27.0 -> 0.28.0R. RyanTM2018-08-30
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from zsh-completions
* Merge pull request #43282 from Ma27/support-external-zsh-pluginsSilvan Mosberger2018-08-12
|\ | | | | nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
| * lambda-mod-zsh-theme: add hooks and patch shebangsMaximilian Bosch2018-08-05
| | | | | | | | | | | | | | | | | | 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.
| * nix-zsh-completions: install nix.plugin.zsh and init.zsh as wellMaximilian Bosch2018-08-05
| | | | | | | | | | | | | | 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.
* | antibody: 3.5.1 -> 3.6.1 (#44481)worldofpeace2018-08-05
|/
* oh-my-zsh: 2018-04-25 -> 2018-07-29Tim Steinbach2018-07-29
|
* zsh-command-time: disable exec flagIzorkin2018-07-27
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* zsh-command-time: 2017-05-09 -> 2018-04-30Izorkin2018-07-12
|
* gradle-completion: init at 1.3.1 (#42929)Maximilian Bosch2018-07-05
| | | | | | | | | | | | | | | | | | | This package adds completion scripts for `gradle` on the `bash` and `zsh` shells. The completions can be enabled like this: ``` { pkgs, ... }: { environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ]; programs.zsh.enable = true; } ``` The package stores the scripts into the expected directories in `$out/share` to ensure that the shells can easily find their scripts. Closes #42799
* antibody: 3.5.0 -> 3.5.1 (#42818)worldofpeace2018-06-30
|
* treewide: http -> httpsRyan Mulligan2018-06-29
|
* antibody: 3.4.6 -> 3.5.0 (#41746)worldofpeace2018-06-10
|
* grml-zsh-config: 0.14.3 -> 0.15.0R. RyanTM2018-06-08
| | | | | | | | | | | | | | | 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. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/f301ffb4e2c7eb9a9e2a03bc7291a958 - du listing: https://gist.github.com/810ea8b2fb0bfc9f2bd5eee5e90fce2a
* zsh-autosuggestions: 0.4.2 -> 0.4.3 (#40949)R. RyanTM2018-05-23
| | | | | | | | | | | | | | | 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. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.4.3 with grep in /nix/store/dvwkp03wvr20n7yf3738hxsl9h1ab02i-zsh-autosuggestions-0.4.3 - directory tree listing: https://gist.github.com/dd361ac28a6f251b013a1fafa71c394e - du listing: https://gist.github.com/cb334bbb9559eb43e36794d276a97db9
* antibody: init at 3.4.6worldofpeace2018-05-19
|
* nix-zsh-completions: 0.3.9 -> 0.4.0Tor Hedin Brønner2018-05-02
| | | | Fix a nasty regression when completing eg. `-f`.
* oh-my-zsh: 2018-04-06 -> 2018-04-25Tim Steinbach2018-04-26
|
* nix-zsh-completions: 0.3.8 -> 0.3.9Tor Hedin Brønner2018-04-25
|
* pkgs/shells: move extensions to subdirsMatthew Bauer2018-04-17
| | | | | These are not reaal shells and should go into their parent shell directory.
* zsh: 5.5 -> 5.5.1Tim Steinbach2018-04-17
|
* zsh: 5.4.2 -> 5.5Tor Hedin Brønner2018-04-09
|
* zsh: set configureFlags and checkFlags at nix level, also fix crossWill Dietz2018-02-06
| | | | | | | As-is the use of 'configureFlags="..."' breaks cross compilation as it drops the configure platforms arguments. Set zprofile separately to handle $out.
* zsh: 5.4.1 -> 5.4.2Tim Steinbach2017-08-29
|
* zsh: 5.3.1 -> 5.4.1mimadrid2017-08-12
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* zsh: 5.3 -> 5.3.1Pascal Wittmann2016-12-21
|
* zsh: 5.2 -> 5.3Tim Steinbach2016-12-12
|
* zsh: add shellPath passthruzimbatm2016-06-12
|
* zsh: fix configureFlags #14256Christian Albrecht2016-03-31
| | | | | commit 97332d3 introduced non expanding $out/etc/zprofile in zshs compiled in PATH. this commit reverts the change so that $out is expanded at configure time.
* zsh: fix zsh.info* install locationChristoph Hrdinka2016-03-09
|
* zsh: 5.1.1 -> 5.2Pascal Wittmann2015-12-05
|
* zsh: re-enable tests skipping brokenChristian Albrecht2015-11-26
| | | | | Do not disable all tests, only those broken as zsh/zpty module is not available on hydra.
* zsh: 5.1 -> 5.1.1Pascal Wittmann2015-09-12
|
* [zsh] disable tests again, they fail on hdyraPascal Wittmann2015-09-08
|
* zsh: enable testsPascal Wittmann2015-09-06
|
* zsh: update from 5.0.8 to 5.1Pascal Wittmann2015-09-06
|
* zsh: update from 5.0.7 to 5.0.8Pascal Wittmann2015-06-08
| | | | add myself as maintainer