Commit Graph

630 Commits

Author SHA1 Message Date
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
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
Vonfry
36b8a95d48
zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 2021-02-27 13:00:29 +08:00
Tim Steinbach
a59e171286 oh-my-zsh: 2021-02-09 → 2021-02-21 2021-02-22 10:07:14 -05:00
qq
5f6dd10662 zsh-system-clipboard: init at 0.7.0 2021-02-11 20:01:06 +03:00
Sandro
64a33ee8ca
Merge pull request #112661 from 0qq/init/zsh-autopair 2021-02-11 01:39:41 +01:00
qq
d3790990b8 zsh-autopair: init at 1.0 2021-02-10 19:04:09 +03:00
Tim Steinbach
f72648de31
oh-my-zsh: 2021-01-31 → 2021-02-09 2021-02-10 10:20:19 -05:00
Nick Hu
f34aeeab8c
zsh-prezto: make zshrc aware of where zsh-prezto is installed (#112448)
Without this, the bundled zshrc runcom is useless as it assumes that
zsh-prezto is installed in $ZDOTDIR:-$HOME/.zprezto, so it can't find
its entrypoint. Crucially, the home-manager zsh-prezto module uses this
runcom so is broken without this also.
2021-02-09 02:16:04 +00:00
Sandro
93498b1526
Merge pull request #111295 from pasqui23/zinit 2021-02-08 10:15:10 +01:00
Pasquale
a98090337f zinit: 2.3 -> 3.7 2021-02-02 15:25:02 +01:00
Tim Steinbach
b55eb99778
oh-my-zsh: 2021-01-27 → 2021-01-31 2021-02-01 15:22:16 -05:00
Mario Rodas
0f73c7e25a
Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 15:22:38 -05:00
R. RyanTM
6d6af7e492 grml-zsh-config: 0.17.4 -> 0.18.0 2021-01-30 02:20:09 +00:00
Monson Shao
d5b4c4fdac
zsh-prezto: install to right place 2021-01-30 02:25:59 +08:00
Tim Steinbach
25af703d2d
oh-my-zsh: 2021-01-20 → 2021-01-27 2021-01-27 18:14:29 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Vonfry
057017ee86
zsh-fzf-tab: init at 2021-01-24 (#110694)
* zsh-fzf-tab: init at 2021-01-24

* Update pkgs/shells/zsh/zsh-fzf-tab/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 01:17:21 +01:00
Mario Rodas
35be8e34fe
Merge pull request #110535 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.15.0 -> 1.16.0
2021-01-24 11:01:56 -05:00
Monson Shao
99b3d904e7
maintainers: add holymonson 2021-01-24 21:33:11 +08:00
Monson Shao
6f94d834a1
zsh-prezto: update to unstable 2021-01-24 21:32:01 +08:00
R. RyanTM
84733f9589 pure-prompt: 1.15.0 -> 1.16.0 2021-01-22 20:10:26 +00:00
Tim Steinbach
c6a31be155
oh-my-zsh: 2021-01-16 → 2021-01-20 2021-01-20 12:36:55 -05:00
Martin Weinelt
3144b2ee18
zsh-powerlevel10k: 1.14.4 -> 1.14.6 2021-01-19 20:33:49 +01:00
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Tim Steinbach
78dc8bf5c8
oh-my-zsh: 2021-01-14 → 2021-01-16 2021-01-18 10:42:42 -05:00
Tim Steinbach
3d39348aac
oh-my-zsh: 2021-01-07 → 2021-01-14 2021-01-15 10:39:10 -05:00
Ben Siraphob
e245ae3c3a pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Alyssa Ross
3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tim Steinbach
f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07 2021-01-08 14:03:10 +00:00
Tim Steinbach
c034059bca
oh-my-zsh: 2021-01-04 → 2021-01-05 2021-01-06 14:28:39 -05:00
Tim Steinbach
02262c67ce
oh-my-zsh: 2021-01-02 → 2021-01-04 2021-01-05 10:30:29 -05:00
Doron Behar
cf0e54722d
Merge pull request #105301 from antifuchs/zsh-purity
zsh: Disable compiling in /usr/local/... as the site-function directory
2021-01-04 10:04:18 +02:00
Tim Steinbach
88d2028549
oh-my-zsh: 2021-01-01 → 2021-01-02 2021-01-02 21:00:00 -05:00
Tim Steinbach
952b3f9651
oh-my-zsh: 2020-12-31 → 2021-01-01 2021-01-01 16:52:09 -05:00
Tim Steinbach
d1adfb65f2
oh-my-zsh: 2020-12-30 → 2020-12-31 2020-12-31 11:57:33 -05:00
Tim Steinbach
f62c0b45f1
oh-my-zsh: 2020-12-28 → 2020-12-30 2020-12-30 21:19:14 -05:00
Tim Steinbach
e9d8aaa945
oh-my-zsh: 2020-12-27 → 2020-12-28 2020-12-29 10:11:57 -05:00
Tim Steinbach
9e88afeb10
oh-my-zsh: 2020-12-16 → 2020-12-27 2020-12-28 10:48:00 -05:00
Martin Weinelt
e44a5aacee
zsh-powerlevel10k: 0.14.3 -> 0.14.4 2020-12-18 18:13:01 +01:00
Tim Steinbach
528cdd3ec5
oh-my-zsh: 2020-12-14 → 2020-12-16 2020-12-17 09:02:46 -05:00
Tim Steinbach
198003cb9f
oh-my-zsh: 2020-11-26 → 2020-12-14 2020-12-16 10:43:38 -05:00
Andreas Fuchs
58fa36d30c zsh: Disable compiling in /usr/local/... as the site fndir
With the default configure flags, zsh compiles in a reference to the
"site function" directory that's outside the store path. Under the
right (wrong) circumstances, other builds using zsh can be affected by
these functions.
2020-11-28 19:04:06 -05:00
Tim Steinbach
eb2a3a040c
oh-my-zsh: 2020-11-25 → 2020-11-26 2020-11-28 12:43:17 -05:00
Martin Weinelt
63a60bf31a
zsh-powerlevel10k: 1.13.0 -> 1.14.3
Update gitstatus pin 1.2.0 -> 1.3.1.

https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.1
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.2
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.3
2020-11-26 11:54:46 +01:00
Tim Steinbach
2e3c491a00
oh-my-zsh: 2020-11-22 → 2020-11-25 2020-11-25 19:22:07 +00:00
Tim Steinbach
e0e4c2281c
oh-my-zsh: 2020-11-20 → 2020-11-22 2020-11-23 10:55:11 -05:00
Tim Steinbach
a57bf2dc18
oh-my-zsh: 2020-11-12 → 2020-11-20 2020-11-20 16:27:42 +00:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00