Commit Graph

546 Commits

Author SHA1 Message Date
Mario Rodas
80b1146479
Merge pull request #160216 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.19.0 -> 1.20.0
2022-02-19 15:09:07 -05:00
Bobby Rong
b60c80992b
Merge pull request #159101 from Vonfry/update/fzf-tab
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10
2022-02-16 19:25:16 +08:00
R. Ryantm
526cb962e5 pure-prompt: 1.19.0 -> 1.20.0 2022-02-15 21:07:33 +00:00
Mario Rodas
102b9a88ca
Merge pull request #159711 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.18.0 -> 1.19.0
2022-02-13 13:50:56 -05:00
Mario Rodas
811c3111c6
Merge pull request #159822 from r-ryantm/auto-update/zsh-autocomplete
zsh-autocomplete: 21.09.22 -> 22.01.21
2022-02-13 09:38:06 -05:00
R. Ryantm
3848550bc3 zsh-autocomplete: 21.09.22 -> 22.01.21 2022-02-13 11:30:33 +00:00
R. Ryantm
1738bb6d5d spaceship-prompt: 3.15.0 -> 3.16.2 2022-02-13 06:31:13 +00:00
R. Ryantm
5fbed1b6ce pure-prompt: 1.18.0 -> 1.19.0 2022-02-13 01:38:43 +00:00
Vonfry
8f5b8892aa
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10 2022-02-11 09:11:31 +08:00
Charlotte 🦝 Delenk
d3c3502749
powerlevel10k: 1.6.0 -> 1.6.1
This update does not change the required gitstatus version.
2022-02-10 19:45:26 +01:00
Charlotte 🦝 Delenk
d2e1ce4ea2
zsh-powerlevel10k: update gitstatus version 2022-02-10 18:13:31 +01:00
Martin Weinelt
1b60d0f08e
Merge pull request #154679 from mweinelt/zsh-p10k 2022-02-09 23:36:43 +01:00
R. Ryantm
47a980581f oh-my-zsh: 2021-12-18 -> 2022-01-18 2022-01-31 10:01:00 -08:00
zowoq
d5bde89a4b zsh-history: update vendorSha256 2022-01-31 11:50:28 +10:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Martin Weinelt
159af50269 zsh-powerlevel10k: 1.15.0 -> 1.16.0 2022-01-12 00:44:17 +01:00
Will Cohen
9b7691cbb4 zsh: exclude util-linux on darwin 2022-01-11 14:00:32 -05:00
Will Cohen
75d64f2c19 zsh: remove superfluous darwin postInstall make 2022-01-10 22:20:16 -05:00
Will Cohen
845f228ff8 zsh: fix build on darwin 2022-01-10 12:57:34 -05:00
Bernardo Meurer
4a7b0213ef
Merge pull request #154129 from Enzime/fix/zsh-custom-src
zsh: Support building from Git checkouts
2022-01-10 13:47:43 +00:00
Bernardo Meurer
eab138577c
Merge pull request #153955 from holymonson/prezto 2022-01-10 04:56:57 +00:00
Michael Hoang
7ada385af0 zsh: Support building from Git checkouts
A pregenerated `./configure` script is included with `zsh` release
tarballs which makes it so that `zsh` won't build Git checkouts without
`autoreconfHook`.

There are also other files that were pregenerated and included in
releases so a few other tools are necessary to successfully build `zsh`.
We can also build the docs ourselves instead of using the `docs`
tarball.

This means that users can now easily override the `zsh` derivation:

    pkgs.zsh.overrideAttrs (old: {
      src = fetchgit {
        url = "https://git.code.sf.net/p/zsh/code.git";
        rev = "zsh-5.8";
        sha256 = "sha256-Gou2UgafLHnZnG2X8DulidOTO1idTQpnZ3DicZuhCZc=";
      };
    })
2022-01-09 22:56:36 +11:00
Monson Shao
9bcdcb6199
zsh-prezto: unstable-2021-06-02 → unstable-2021-11-16 2022-01-08 06:42:32 +00:00
Seong Yong-ju
769340d3c0 zsh-history-search-multi-word: init at unstable-2021-11-13 2022-01-06 03:10:58 +09:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Felix Buehler
b5e0221e44 treewide: use pname&version instead of name 2021-12-24 15:51:27 +01:00
R. Ryantm
bd06f1e3eb oh-my-zsh: 2021-12-16 -> 2021-12-18 2021-12-18 16:18:38 +00:00
Tom Payne
26927f75e4 Update zinit meta information to match source 2021-12-17 17:12:58 +00:00
R. Ryantm
7189641444 oh-my-zsh: 2021-12-13 -> 2021-12-16 2021-12-17 01:31:23 +00:00
R. Ryantm
a2ac149774 oh-my-zsh: 2021-12-13 -> 2021-12-13 2021-12-15 09:11:02 +00:00
R. Ryantm
91d8fa7cd1 oh-my-zsh: 2021-12-07 -> 2021-12-13 2021-12-13 13:11:58 -05:00
R. Ryantm
7e3e1a8e47 oh-my-zsh: 2021-12-02 -> 2021-12-07 2021-12-08 09:20:19 -05:00
R. Ryantm
ca1f2a9ed2 oh-my-zsh: 2021-11-11 -> 2021-12-02 2021-12-06 09:52:58 -05:00
Sandro
850faa3f51
Merge pull request #144611 from Gerschtli/add-zsh-completion 2021-11-29 21:04:09 +01:00
Tobias Happ
0235225a3c zsh-better-npm-completion: init at unstable-2019-11-19 2021-11-25 21:39:02 +01:00
Vonfry
d3db4bfcb3
zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12 2021-11-23 08:41:45 +08:00
Kyle Ondy
e7e3480530
zsh-vi-mode: init at v0.8.5
Adding [zsh-vi-mode] at version `0.8.5`.

[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
Janne Heß
51befa6cdc
Merge pull request #145951 from Mic92/zsh-fast-syntax-highlighting 2021-11-15 21:16:03 +01:00
Andreas Fuchs
1c72fa65ed nix-zsh-completions: Lower priority to avoid collisions with nix
Both it and nix >=2.4 install a _nix zsh completion definition. The
one in nix should take precedence, so let's lower this package's
priority.
2021-11-14 22:06:45 +01:00
Jörg Thalheim
603254bab2 zsh-fast-syntax-highlighting: new upstream url 2021-11-14 17:07:55 +01:00
Jörg Thalheim
1739fa5fe8
Merge pull request #145888 from sei40kr/zdharma-continuum-zinit
zinit: zdharma/zinit -> zdharma-continuum/zinit
2021-11-14 11:54:41 +00:00
Seong Yong-ju
4d53964801 zinit: zdharma/zinit -> zdharma-continuum/zinit
zdharma/zinit was suddenly deleted and no longer exists now.

Make the derivation to refer a fork, zdharma-continuum/zinit.
2021-11-14 19:04:42 +09:00
R. Ryantm
916603e490 oh-my-zsh: 2021-10-27 -> 2021-11-11 2021-11-14 06:17:42 +00:00
Janne Heß
f63fb1b85e
Merge pull request #143242 from Enzime/fix/git-stash-drop-completions 2021-11-06 19:07:02 +01:00
Mario Rodas
f8cd75b516
Merge pull request #143463 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.14.1 -> 3.15.0
2021-11-03 06:58:38 -05:00
R. Ryantm
b3e589f2bf spaceship-prompt: 3.14.1 -> 3.15.0 2021-10-28 20:18:00 +00:00
Michael Hoang
41c7806df5 zsh: fix git stash drop completions 2021-10-28 13:28:58 +11:00
R. Ryantm
3fa62e832d oh-my-zsh: 2021-10-19 -> 2021-10-27 2021-10-27 13:00:53 +00:00
R. RyanTM
6c91deb32a oh-my-zsh: 2021-10-18 -> 2021-10-19 2021-10-20 08:59:52 -04:00
André Silva
75b1127499
pure-prompt: 1.17.3 -> 1.18.0 2021-10-19 17:02:50 +01:00