Commit Graph

578 Commits

Author SHA1 Message Date
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
figsoda
cbeaf9d0e0
Merge pull request #142211 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2021-10-13 -> 2021-10-18
2021-10-19 11:27:12 -04:00
R. RyanTM
847324fdb5 oh-my-zsh: 2021-10-13 -> 2021-10-18 2021-10-19 13:19:02 +00:00
Leo Maroni
536f7a8711
zsh-autocomplete: init at 21.09.22 2021-10-19 13:47:25 +02:00
R. RyanTM
2cc2677a6d oh-my-zsh: 2021-10-11 -> 2021-10-13 2021-10-14 03:02:00 +00:00
R. RyanTM
1fa11a373e oh-my-zsh: 2021-10-07 -> 2021-10-11 2021-10-12 07:36:47 -04:00
R. RyanTM
e28ad86a6f oh-my-zsh: 2021-10-06 -> 2021-10-07 2021-10-08 03:41:39 +00:00
R. RyanTM
40fd8c9c24 oh-my-zsh: 2021-10-05 -> 2021-10-06 2021-10-07 09:02:51 -04:00
Tim Steinbach
d852da30d7
oh-my-zsh: 2021-09-22 → 2021-10-05 2021-10-05 08:23:00 +00:00
figsoda
61b6c38caa
Merge pull request #139126 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.2 -> 1.17.3
2021-09-24 16:02:18 -04:00
R. RyanTM
b3303102c5 oh-my-zsh: 2021-09-15 -> 2021-09-22 2021-09-23 08:04:01 -04:00
R. RyanTM
82f88110a7 pure-prompt: 1.17.2 -> 1.17.3 2021-09-23 08:39:10 +00:00
Tim Steinbach
58fc4b4a75
oh-my-zsh: 2021-09-10 → 2021-09-15 2021-09-16 09:16:58 +00:00
Bobby Rong
7b7a3c49cd
Merge pull request #137902 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.1 -> 1.17.2
2021-09-16 09:51:02 +08:00
R. RyanTM
313e03f4fb spaceship-prompt: 3.14.0 -> 3.14.1 2021-09-14 23:54:19 +00:00
R. RyanTM
82367d8543 pure-prompt: 1.17.1 -> 1.17.2 2021-09-14 21:17:03 +00:00
R. RyanTM
8010965b2f oh-my-zsh: 2021-09-09 -> 2021-09-10 2021-09-13 11:12:03 -04:00
Zhong Jianxin
2b022a979a
zsh-fzf-tab: Support darwin platform (#137514)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 15:58:48 +02:00
Tim Steinbach
432192d9d9
oh-my-zsh: 2021-09-07 → 2021-09-09 2021-09-10 09:25:38 +00:00
Tim Steinbach
40d49815f2 oh-my-zsh: 2021-08-27 → 2021-09-07 2021-09-08 15:04:51 -04:00
Timothy DeHerrera
5fe504bf2f
Merge pull request #136614 from symphorien/zsh-tz-completion
zsh: fix TZ= completion
2021-09-03 13:04:07 -06:00
Guillaume Girol
af9f38c205 zsh: fix TZ= completion 2021-09-03 12:00:00 +00:00
Tim Steinbach
43b2aeb7f4 oh-my-zsh: 2021-08-18 → 2021-08-27 2021-08-31 08:02:07 -04:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
2d043248ce zsh-nix-shell: 0.1.0 -> 0.4.0 2021-08-23 08:54:45 +00:00
Tim Steinbach
360aff22d3
oh-my-zsh: 2021-04-26 → 2021-08-18 2021-08-19 16:01:47 +00:00
Ryan Mulligan
b342c72303
Merge pull request #134587 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.12.25 -> 3.14.0
2021-08-17 18:40:10 -07:00
R. RyanTM
2715dcfafa spaceship-prompt: 3.12.25 -> 3.14.0 2021-08-18 01:16:17 +00:00
R. RyanTM
924c44b9ce pure-prompt: 1.17.0 -> 1.17.1 2021-08-17 15:43:39 +00:00
Vonfry
e2b0f0ea71
zsh-fzf-tab: unstable-2021-04-01 -> unstable-2021-08-05
Bug fix
2021-08-10 19:22:52 +08:00
Luke Granger-Brown
2a12bdc155
Merge pull request #128845 from fortuneteller2k/spaceship-prompt
spaceship-prompt: 3.12.6 -> 3.12.25
2021-07-25 10:07:24 +01:00
Sandro
5378442edd
Merge pull request #130488 from Stunkymonkey/zsh-command-time-phases
zsh-command-time: deprecate phases
2021-07-18 00:40:09 +02:00
Sandro
7f3e172401
Merge pull request #130487 from Stunkymonkey/antigen-phases
antigen: deprecate phases
2021-07-18 00:21:00 +02:00
Robert Hensing
0e5cfdb8c5 Partially revert "various: cleanup of 'inherit version;'"
I forgot to unresolve a conversation, causing the PR to be merged
prematurely by someone else.

This partially reverts commit 1e9baed56b.
2021-07-17 22:39:28 +02:00
Felix Buehler
84abd5c20a zsh-command-time: deprecate phases 2021-07-17 22:29:19 +02:00
Felix Buehler
a60a90eba3 antigen: deprecate phases 2021-07-17 22:22:56 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version 2021-07-17 20:41:50 +02:00
R. RyanTM
c8868a9c48 grml-zsh-config: 0.18.0 -> 0.19.0 2021-07-17 09:28:03 +02:00
Felix Buehler
1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Gytis Ivaskevicius
e398cfb121 pure-prompt: 1.16.0 -> 1.17.0 2021-07-11 23:56:02 +03:00
fortuneteller2k
e513bf6dc8 spaceship-prompt: 3.12.6 -> 3.12.25 2021-07-01 22:28:29 +08:00
Martin Weinelt
cf9289c0d2
Merge pull request #127487 from mjlbach/zsh-powerlevel10k/fix-gitstatus
zsh-powerlevel10k: update gitstatus version
2021-06-19 22:31:29 +02:00
Michael Lingelbach
258b3b010e zsh-powerlevel10k: update gitstatus version 2021-06-19 11:25:37 -07:00
fortuneteller2k
414d71bc1c spaceship-prompt: 3.11.2 -> 3.12.6 2021-06-18 17:58:16 +09:00
Sandro
dfc55d71ec
Merge pull request #126530 from mweinelt/zsh-p10k 2021-06-14 19:26:34 +02:00
Michael Adler
d555585281 zsh-autosuggestions: 0.6.4 -> 0.7.0 2021-06-11 15:33:11 +02:00
Martin Weinelt
1f3c5be76d
zsh-powerlevel10k: 1.14.6 -> 1.15.0 2021-06-10 21:36:15 +02:00
Michael Adler
a90479bec7 zsh-fast-syntax-highlighting: 1.54 -> 1.55 2021-06-10 10:37:26 +02:00
Ilan Joselevich
8c5d416cb5 zsh-prezto: unstable-2021-01-19 -> unstable-2021-06-02 2021-06-06 13:19:13 +03:00
Vonfry
f777cb75fb
zsh-completions: 0.32.0 -> 0.33.0 2021-06-01 15:07:32 +08:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z 2021-05-01 17:33:07 +02:00
Jonathan Wilkins
a690b4e123
zsh-z: init at unstable-2021-02-15 2021-04-30 14:00:41 +01:00
Tim Steinbach
320660ced3
oh-my-zsh: 2021-04-11 → 2021-04-26 2021-04-26 14:23:02 +00:00
Tim Steinbach
8ef1889b75
oh-my-zsh: 2021-04-07 → 2021-04-11 2021-04-12 18:03:50 +00:00
Tim Steinbach
d63226c50d
oh-my-zsh: 2021-04-06 → 2021-04-07 2021-04-07 17:59:11 +00:00
Tim Steinbach
24d8a91494
oh-my-zsh: 2021-03-31 → 2021-04-06 2021-04-06 12:57:52 +00:00
bb2020
ea0e582d8a
zsh-clipboard: init at 1.0 (#115450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 23:26:20 +02:00
Vonfry
c8a9a609a7
zsh-fzf-tab: unstable-2021-02-14 -> unstable-2021-04-01 2021-04-01 18:19:07 +08:00
Tim Steinbach
fb811eaf6b
oh-my-zsh: 2021-03-28 → 2021-03-31 2021-03-31 15:43:29 +00:00
Tim Steinbach
15b2ac130c
oh-my-zsh: 2021-03-15 → 2021-03-28 2021-03-29 13:24:45 +00:00
Tim Steinbach
e5622614c2 oh-my-zsh: 2021-03-13 → 2021-03-15 2021-03-17 10:28:15 -04:00
Sandro
bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0 2021-03-16 12:42:46 +01:00
Tim Steinbach
79e7e20ef5
oh-my-zsh: 2021-03-08 → 2021-03-13 2021-03-15 14:51:47 +00:00
Ben Siraphob
b370464c26 lambda-mod-zsh-theme: expand platforms to all 2021-03-14 11:40:45 +07:00
Sergiu Ivanov
d19fe92b88 oh-my-zsh: remove scolobb from maintainers 2021-03-10 12:01:05 -08:00
Tim Steinbach
70701d0a68 oh-my-zsh: 2021-03-01 → 2021-03-08 2021-03-08 14:10:19 -05:00
Eduardo Sánchez Muñoz
c6cc73ca9d zsh-autosuggestions: update comment 2021-03-03 11:08:11 +01:00
Tim Steinbach
a77d6a5f2e oh-my-zsh: 2021-02-21 → 2021-03-01 2021-03-02 14:45:23 -05:00