summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* nix-zsh-completions: 0.4.0 -> 0.4.1Maximilian Bosch2018-11-26
| | | | | | | 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
* grml-zsh-config: 0.15.0 -> 0.15.1R. RyanTM2018-11-25
| | | | | | | 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
* powershell: 6.1.0 -> 6.1.1worldofpeace2018-11-24
| | | | | | | | Also fix libraries for darwin. Closes #50966 Co-authored-by: Robin Gloster <mail@glob.in>
* pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7Chris Ostrouchov2018-11-21
| | | | Created a version to prompt_toolkit_1 for legacy ipython
* bash: fix typo in configureFlagsvolth2018-11-21
|
* dash: add licensesMarkus Kowalewski2018-11-15
|
* spaceship-prompt: correct homepage urlnyanloutre2018-11-11
|
* spaceship-prompt: init at 3.7.1 (#50177)Paul TREHIOU2018-11-11
| | | | | | * spaceship-prompt: init at 3.7.1 * spaceship-prompt: useless zsh argument
* xonsh: 0.6.8 -> 0.8.3Mario Rodas2018-11-10
|
* oh-my-zsh: 2018-09-19 -> 2018-11-02Tim Steinbach2018-11-07
|
* zsh-git-prompt: don't hard-code any particular compiler versionPeter Simons2018-11-02
| | | | Just use whatever is the current default.
* 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
| |
* | powershell: 6.0.4 -> 6.1.0 (#48130)Yurii Rashkovskii2018-10-10
| |
* | Merge pull request #46743 from haslersn/any-nix-shell-1.1.0Joachim F2018-10-08
|\ \ | | | | | | any-nix-shell: init at 1.1.0
| * | any-nix-shell: init at 1.1.0haslersn2018-09-16
| | |
* | | antibody: 3.6.1 -> 3.7.0 (#47943)worldofpeace2018-10-06
| | |
* | | elvish: provide the compiled versionzimbatm2018-10-04
| | | | | | | | | | | | Without this fix, `elvish -version` displays "unknown"
* | | 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
|
* ion: broken on darwin (#46010)Vladyslav M2018-09-03
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* 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 branch 'staging-next' into stagingVladimír Čunát2018-08-13
|\ | | | | | | Commits from master, conflict resolutions, etc.
| * powershell: 6.0.3 -> 6.0.4Yurii Rashkovskii2018-08-13
| |
| * 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.
* | | bash: make tests run, but dependency cycleJan Malakhovski2018-08-11
|/ /
* / 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
|
* Merge pull request #43912 from r-ryantm/auto-update/powershellFrederik Rietdijk2018-07-22
|\ | | | | powershell: 6.0.2 -> 6.0.3
| * powershell: 6.0.2 -> 6.0.3R. RyanTM2018-07-21
| | | | | | | | 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.
* | Merge pull request #43861 from dywedir/elvishJörg Thalheim2018-07-21
|\ \ | | | | | | elvish: 0.11 -> 0.12
| * | elvish: 0.11 -> 0.12Vladyslav Mykhailichenko2018-07-20
| |/
* / pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* zsh-command-time: 2017-05-09 -> 2018-04-30Izorkin2018-07-12
|
* xonsh: 0.6.7 -> 0.6.8 (#42930)R. RyanTM2018-07-05
| | | | | | | | | | | | | | | | | 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. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xon.sh had a zero exit code or showed the expected version - /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/.xonsh-wrapped passed the binary check. - /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xonsh passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - found 0.6.8 with grep in /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8 - directory tree listing: https://gist.github.com/e53ad25422aa303572f4452029cb65b3 - du listing: https://gist.github.com/0c29b7c27c01e8d34986163ba00f1615
* 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
|
* elish: add shellPath attributeMatthew Bauer2018-06-29
| | | Fixes #42764