Commit graph

730 commits

Author SHA1 Message Date
MGlolenstine 8e82668efc zinit: 3.7 -> 3.11.0 2023-05-30 06:26:30 +02:00
R. Ryantm 9190b1088d zsh-autocomplete: 23.05.02 -> 23.05.24 2023-05-27 17:08:16 +00:00
R. Ryantm 91dc753211 zsh-nix-shell: 0.6.0 -> 0.7.0 2023-05-27 08:13:31 +00:00
Nick Cao 6e454c55d9
Merge pull request #233634 from rogarb/update/oh-my-zsh
oh-my-zsh: 2023-04-21 -> 2023-05-23
2023-05-23 20:03:18 -06:00
Weijia Wang 48ea71d1b1
Merge pull request #230136 from r-ryantm/auto-update/zsh-autocomplete
zsh-autocomplete: 22.01.21 -> 23.05.02
2023-05-24 02:36:59 +03:00
rogarb f5363e768c
oh-my-zsh: 2023-04-21 -> 2023-05-23 2023-05-23 17:04:05 +02:00
R. Ryantm 6656ad785f spaceship-prompt: 4.13.3 -> 4.14.0 2023-05-20 04:03:29 +00:00
Rick van Schijndel 67486d98ab
Merge pull request #230011 from spwhitt/remove-spwhitt
Remove myself as maintainer
2023-05-06 16:38:40 +02:00
R. Ryantm 6dfe6cbf6b zsh-autocomplete: 22.01.21 -> 23.05.02 2023-05-05 15:36:44 +00:00
Spencer Whitt 21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00
R. Ryantm 50b86d1a3e zsh-forgit: 23.04.0 -> 23.05.0 2023-05-05 05:12:08 +00:00
Martin Weinelt fb36a1da56 zsh-powerlevel10k: 1.17.0 -> 1.18.0
Diff: https://github.com/romkatv/powerlevel10k/compare/refs/tags/v1.17.0...v1.18.0

Changelog: https://github.com/romkatv/powerlevel10k/releases/tag/v1.18.0
2023-05-04 20:56:53 +02:00
Weijia Wang 8e59cf618f
Merge pull request #228455 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.03.0 -> 23.04.0
2023-04-27 14:10:51 +03:00
Sinkerine fbd67ea6c1
zplug: update the output path (#228284)
* zplug: update the output path

This is a breaking change because the old behavior pollutes the nix profile root
dir with all files in https://github.com/zplug/zplug and needs to be fixed.

I created a corresponding PR in the home manager repo
https://github.com/nix-community/home-manager/pull/3922. For non HM users, they
will need to update their dependency on `${pkgs.zplug}/init.zsh` to `${pkgs.zplug}/share/zplug/init.zsh`.

* Only add necessary files to $out/share/zplug. Also add the zplug man pages

The LICENSE file is not in the 2.4.2 tag and there's not a release after that. I
would skip adding the license $out/licenses/zplug in this commit.

Reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zplug
2023-04-27 10:13:15 +02:00
R. Ryantm eb4c0dca76 zsh-forgit: 23.03.0 -> 23.04.0 2023-04-27 05:01:18 +00:00
R. Ryantm 6db9de6dbf zsh-nix-shell: 0.5.0 -> 0.6.0 2023-04-26 02:22:27 +00:00
Nick Cao 2a3797a3d5
Merge pull request #227430 from Vonfry/update/fzf-tab
zsh-fzf-tab: unstable-2022-12-08 -> unstable-2023-05-19
2023-04-22 11:34:42 +08:00
Vonfry 888717888d
zsh-fzf-tab: unstable-2022-12-08 -> unstable-2023-05-19 2023-04-22 11:03:24 +08:00
R. Ryantm 9db6b0179f oh-my-zsh: 2023-03-28 -> 2023-04-21 2023-04-21 12:40:16 +00:00
R. Ryantm 6c3527d03f zsh-prezto: unstable-2023-01-31 -> unstable-2023-04-13 2023-04-20 02:41:17 +00:00
R. Ryantm 68f3f0d535 oh-my-zsh: 2023-03-12 -> 2023-03-28 2023-03-29 17:09:38 +00:00
Lin Jian 43f45fe24f
zsh: fix the guard variable for /etc/set-environment
This guard variable is written to $out/etc/zshenv using
here-documents, so we need to escape it.
2023-03-29 13:51:26 +08:00
K900 382c756097
Merge pull request #217205 from linj-fork/fix-zsh-set-env
zsh: set environment variables in zshenv instead of zprofile
2023-03-23 18:57:40 +03:00
Weijia Wang 0ddb1461ee
Merge pull request #207395 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.19.4 -> 0.19.5
2023-03-17 12:29:27 +02:00
Weijia Wang 1df7332c72
Merge pull request #221161 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-03-06 -> 2023-03-12
2023-03-15 22:30:19 +02:00
R. Ryantm 1dc043677c spaceship-prompt: 4.13.2 -> 4.13.3 2023-03-15 04:15:03 +00:00
R. Ryantm b19b513a93 oh-my-zsh: 2023-03-06 -> 2023-03-12 2023-03-14 12:13:53 +00:00
Lin Jian 8e2e741ab5
zsh: set environment variables in zshenv instead of zprofile
This patch fixes two issues:

1. The file in which environment variables are set is inconsistent.
  - This file sets them in zprofile when programs.zsh.enable is not
  set.
  - Zsh module sets them in zshenv when programs.zsh.enable is set.

2. Setting environment variables in zprofile overrides what users set
in .zshenv.  See these[1] home-manager[2] issues[3].

/etc/profile is also changed to /etc/set-environment. Here is a
comparison:

Using /etc/profile:
- Pros
  - config.environment.shellInit is sourced in all zsh
- Cons
  - config.environment.loginShellInit is also sourced in non-login zsh
  - config.programs.bash.shellInit is also sourced in all zsh
  - config.programs.bash.loginShellInit is also sourced in all zsh

Using /etc/set-environment:
- Pros
  - config.programs.bash.shellInit is not sourced in any zsh
  - config.programs.bash.loginShellInit is not sourced in any zsh
- Cons
  - config.environment.shellInit is not sourced in any zsh
  - config.environment.loginShellInit is not sourced in any zsh

[1]: https://github.com/nix-community/home-manager/issues/2751#issuecomment-1048682643
[2]: https://github.com/nix-community/home-manager/issues/2991
[3]: https://github.com/nix-community/home-manager/issues/3681#issuecomment-1436054233
2023-03-13 17:25:04 +08:00
R. Ryantm 68852fbe7c oh-my-zsh: 2023-03-04 -> 2023-03-06 2023-03-07 03:56:25 +00:00
R. Ryantm f7bc732830 oh-my-zsh: 2023-03-01 -> 2023-03-04 2023-03-05 11:36:52 +00:00
Weijia Wang d24cb3711e
Merge pull request #219224 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.13.1 -> 4.13.2
2023-03-03 22:04:51 +02:00
Weijia Wang cc3cddc25f
Merge pull request #219278 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.02.0 -> 23.03.0
2023-03-03 21:47:48 +02:00
Mario Rodas 39a9b1897e
Merge pull request #219113 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-02-23 -> 2023-03-01
2023-03-03 06:32:29 -05:00
R. Ryantm 3937eb869a zsh-forgit: 23.02.0 -> 23.03.0 2023-03-03 00:50:48 +00:00
R. Ryantm e367ea697b spaceship-prompt: 4.13.1 -> 4.13.2 2023-03-02 20:00:12 +00:00
R. Ryantm 68fe9c3e3d oh-my-zsh: 2023-02-23 -> 2023-03-01 2023-03-02 04:22:05 +00:00
R. Ryantm 5c16cfc824 zimfw: 1.11.2 -> 1.11.3 2023-03-02 01:36:07 +00:00
Weijia Wang ae27e61481
Merge pull request #211753 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31
2023-02-26 01:01:40 +02:00
R. Ryantm 19d6a0cecb oh-my-zsh: 2023-02-16 -> 2023-02-23 2023-02-24 13:38:31 +00:00
Joe DeVivo b348e7ef9f
zimfw: fix generated init.zsh to use $out 2023-02-23 09:59:14 -07:00
R. Ryantm f8d68cd3fd zimfw: 1.11.1 -> 1.11.2 2023-02-21 04:11:33 +00:00
R. Ryantm 68329697a6 oh-my-zsh: 2023-02-05 -> 2023-02-16 2023-02-16 12:56:07 +00:00
R. Ryantm fc334fd76c zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31 2023-02-09 11:47:24 +00:00
R. Ryantm 7ce6fb77e8 zimfw: 1.11.0 -> 1.11.1 2023-02-07 13:12:19 +00:00
R. Ryantm d37ecf3523 oh-my-zsh: 2023-02-02 -> 2023-02-05 2023-02-06 08:12:43 +00:00
R. Ryantm 58ac9e054e zsh-forgit: 23.01.0 -> 23.02.0 2023-02-04 09:28:47 +00:00
Fugi 8236410735
agdsn-zsh-config: init at 0.6.0 2023-02-03 02:19:15 +01:00
R. Ryantm b653c21cd1 oh-my-zsh: 2023-01-26 -> 2023-02-02 2023-02-02 22:19:35 +00:00
zowoq 978eeec74c nix-zsh-completions: 0.4.4 -> unstable-2023-01-30
upstream has removed nix command completion

https://github.com/nix-community/nix-zsh-completions/compare/0.4.4...6a1bfc024481bdba568f2ced65e02f3a359a7692
2023-01-31 08:24:01 +10:00
Weijia Wang 84eed3e542
Merge pull request #212764 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-01-17 -> 2023-01-26
2023-01-30 03:47:22 +01:00