summary refs log tree commit diff
path: root/pkgs/shells
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31tcsh: fix cross compilationNick Cao1-0/+6
2023-03-30Merge pull request #223600 from r-ryantm/auto-update/carapaceWeijia Wang1-3/+3
carapace: 0.22.0 -> 0.23.0
2023-03-29oh-my-zsh: 2023-03-12 -> 2023-03-28R. Ryantm1-3/+3
2023-03-29zsh: fix the guard variable for /etc/set-environmentLin Jian1-1/+1
This guard variable is written to $out/etc/zshenv using here-documents, so we need to escape it.
2023-03-28carapace: 0.22.0 -> 0.23.0R. Ryantm1-3/+3
2023-03-28Merge pull request #222002 from marsam/update-dashBernardo Meurer1-24/+4
2023-03-26Merge #223108: fish: 3.6.0 -> 3.6.1Vladimír Čunát1-2/+6
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+2988
2023-03-25fish: disable flaky pexpect test on darwinCole Helbling1-0/+4
2023-03-25fish: 3.6.0 -> 3.6.1Cole Helbling1-2/+2
https://github.com/fish-shell/fish-shell/releases/tag/3.6.1
2023-03-23Merge pull request #217205 from linj-fork/fix-zsh-set-envK9001-13/+15
zsh: set environment variables in zshenv instead of zprofile
2023-03-22nushell: 0.77.0 -> 0.77.1R. Ryantm1-3/+3
2023-03-22elvish: rewriteAnderson Torres1-17/+31
2023-03-21elvish: 0.18.0 -> 0.19.2Scott Reeves1-5/+4
https://elv.sh/blog/0.19.1-release-notes.html Packaging has changed and what was previously called a 'reproducible' build is now called 'official' and these builds are generated using a docker image: https://github.com/elves/elvish/blob/master/PACKAGING.md
2023-03-17Merge pull request #207395 from r-ryantm/auto-update/grml-zsh-configWeijia Wang1-2/+2
grml-zsh-config: 0.19.4 -> 0.19.5
2023-03-17dash: 0.5.11.5 -> 0.5.12Mario Rodas1-24/+4
2023-03-16Merge pull request #221397 from r-ryantm/auto-update/oilWeijia Wang1-2/+2
oil: 0.14.0 -> 0.14.2
2023-03-16oil: 0.14.0 -> 0.14.2R. Ryantm1-2/+2
2023-03-15Merge pull request #221161 from r-ryantm/auto-update/oh-my-zshWeijia Wang1-3/+3
oh-my-zsh: 2023-03-06 -> 2023-03-12
2023-03-15Merge #219444: staging-next 2023-03-04Vladimír Čunát1-1/+1
2023-03-15nushell: 0.76.0 -> 0.77.0Adam Stephens1-3/+3
2023-03-15Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-03-15spaceship-prompt: 4.13.2 -> 4.13.3R. Ryantm1-2/+2
2023-03-14oh-my-zsh: 2023-03-06 -> 2023-03-12R. Ryantm1-3/+3
2023-03-14Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-0/+22
Conflicts: - pkgs/development/python-modules/crownstone-cloud/default.nix - pkgs/development/python-modules/exrex/default.nix - pkgs/development/python-modules/mkdocs-minify/default.nix - pkgs/development/python-modules/myjwt/default.nix - pkgs/development/tools/analysis/checkov/default.nix
2023-03-13fishPlugins.bobthefisher: init at unstable-2023-03-09Sefa Eyeoglu2-0/+25
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13fishPlugins.bobthefish: init at unstable-2022-08-02Sefa Eyeoglu2-0/+25
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13fishPlugins.z: init at unstable-2022-04-08Sefa Eyeoglu2-0/+25
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13fishPlugins.humantime-fish: init at unstable-2022-04-08Sefa Eyeoglu2-0/+31
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13fishPlugins.fzf: init at unstable-2021-05-12Sefa Eyeoglu2-0/+25
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13zsh: set environment variables in zshenv instead of zprofileLin Jian1-13/+15
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-12fishPlugins.async-prompt: init at 1.2.0figsoda2-0/+22
2023-03-12Merge branch 'master' into staging-nextVladimír Čunát3-26/+6
2023-03-10fishPlugins.autopair: add figsoda as a maintainerfigsoda1-1/+1
2023-03-10fishPlugins.autopair-fish: remove in favor of fishPlugins.autopairfigsoda3-24/+4
2023-03-10fishPlugins.autopair: 1.0.3 -> 1.0.4figsoda1-2/+2
2023-03-07Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2023-03-07oh-my-zsh: 2023-03-04 -> 2023-03-06R. Ryantm1-3/+3
2023-03-07Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-03-06Merge pull request #219702 from r-ryantm/auto-update/carapaceWeijia Wang1-3/+3
carapace: 0.21.0 -> 0.22.0
2023-03-05carapace: 0.21.0 -> 0.22.0R. Ryantm1-3/+3
2023-03-05Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2023-03-05oh-my-zsh: 2023-03-01 -> 2023-03-04R. Ryantm1-3/+3
2023-03-04Merge remote-tracking branch 'origin/staging' into staging-nextMartin Weinelt1-1/+1
2023-03-03Merge pull request #219224 from r-ryantm/auto-update/spaceship-promptWeijia Wang1-2/+2
spaceship-prompt: 4.13.1 -> 4.13.2
2023-03-03Merge pull request #219278 from r-ryantm/auto-update/zsh-forgitWeijia Wang1-2/+2
zsh-forgit: 23.02.0 -> 23.03.0
2023-03-03Merge staging-next into staginggithub-actions[bot]2-46/+17
2023-03-03Merge pull request #218030 from MangoIV/mangoiv/update-nushellWeijia Wang2-46/+17
nushell: 0.75.0 -> 0.76.0
2023-03-03Merge staging-next into staginggithub-actions[bot]1-3/+3
2023-03-03Merge pull request #219113 from r-ryantm/auto-update/oh-my-zshMario Rodas1-3/+3
oh-my-zsh: 2023-02-23 -> 2023-03-01