summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* bash: use default PATH in FHS environmentsDaniel Fullmer2022-02-27
| | | | | | | | | | | | | | | | | If bash is executed within an environment where PATH is not set, it uses the DEFAULT_PATH_VALUE compiled into bash to set PATH. In nixpkgs we set this to /no-such-path by default. This makes sense in a nixpkgs/NixOS environment since paths like /bin or /usr/bin should not be used. However, when bash is used inside an FHS environment, this produces results that differ from distributions which follow the FHS standard. Before this change: $ steam-run env -i /bin/bash -c 'echo $PATH' /no-such-path After this change: $ steam-run env -i /bin/bash -c 'echo $PATH' /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
* oil: 0.9.7 -> 0.9.8R. Ryantm2022-02-25
|
* Merge pull request #161117 from r-ryantm/auto-update/pure-promptRenaud2022-02-24
|\ | | | | pure-prompt: 1.20.0 -> 1.20.1
| * pure-prompt: 1.20.0 -> 1.20.1R. Ryantm2022-02-20
| |
* | Merge pull request #161433 from r-ryantm/auto-update/rushPascal Bach2022-02-23
|\ \ | | | | | | rush: 2.1 -> 2.2
| * | rush: 2.1 -> 2.2R. Ryantm2022-02-22
| |/
* | Merge pull request #160815 from r-ryantm/auto-update/spaceship-promptRenaud2022-02-23
|\ \ | |/ |/| spaceship-prompt: 3.16.2 -> 3.16.3
| * spaceship-prompt: 3.16.2 -> 3.16.3R. Ryantm2022-02-19
| |
* | fish: fix cross compilerembo102022-02-20
| |
* | Merge pull request #159628 from tomberek/bash_mainProgramMaximilian Bosch2022-02-20
|\ \ | | | | | | bashInteractive: set mainProgram
| * | bashInteractive: set mainProgramTom Bereknyei2022-02-12
| | |
* | | Merge pull request #160216 from r-ryantm/auto-update/pure-promptMario Rodas2022-02-19
|\ \ \ | |_|/ |/| | pure-prompt: 1.19.0 -> 1.20.0
| * | pure-prompt: 1.19.0 -> 1.20.0R. Ryantm2022-02-15
| | |
* | | Merge pull request #159101 from Vonfry/update/fzf-tabBobby Rong2022-02-16
|\ \ \ | |/ / |/| | zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10
| * | zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10Vonfry2022-02-11
| | |
* | | Merge pull request #159711 from r-ryantm/auto-update/pure-promptMario Rodas2022-02-13
|\ \ \ | | | | | | | | pure-prompt: 1.18.0 -> 1.19.0
| * | | pure-prompt: 1.18.0 -> 1.19.0R. Ryantm2022-02-13
| | | |
* | | | Merge pull request #159822 from r-ryantm/auto-update/zsh-autocompleteMario Rodas2022-02-13
|\ \ \ \ | | | | | | | | | | zsh-autocomplete: 21.09.22 -> 22.01.21
| * | | | zsh-autocomplete: 21.09.22 -> 22.01.21R. Ryantm2022-02-13
| | | | |
* | | | | Merge pull request #159763 from r-ryantm/auto-update/spaceship-promptMario Rodas2022-02-13
|\ \ \ \ \ | |/ / / / |/| | | | spaceship-prompt: 3.15.0 -> 3.16.2
| * | | | spaceship-prompt: 3.15.0 -> 3.16.2R. Ryantm2022-02-13
| |/ / /
* | | | fishPlugins.fzf-fish: 7.4 -> 8.1R. Ryantm2022-02-12
| | | |
* | | | liquidprompt: 2.0.3 -> 2.0.4R. Ryantm2022-02-12
|/ / /
* | / nushell: 0.43.0 -> 0.44.0R. Ryantm2022-02-12
| |/ |/|
* | nix-bash-completions: add missing pre/postInstall hooksBjørn Forsman2022-02-12
|/
* powerlevel10k: 1.6.0 -> 1.6.1Charlotte 🦝 Delenk2022-02-10
| | | | This update does not change the required gitstatus version.
* Merge pull request #158996 from DarkKirb/gitstatus-1.5.3Martin Weinelt2022-02-10
|\
| * zsh-powerlevel10k: update gitstatus versionCharlotte 🦝 Delenk2022-02-10
| |
* | fish: upstream patch to fix tests after pcre2 updateVladimír Čunát2022-02-10
|/
* Merge pull request #154679 from mweinelt/zsh-p10kMartin Weinelt2022-02-09
|\
| * zsh-powerlevel10k: 1.15.0 -> 1.16.0Martin Weinelt2022-01-12
| |
* | oh-my-zsh: 2021-12-18 -> 2022-01-18R. Ryantm2022-01-31
| |
* | zsh-history: update vendorSha256zowoq2022-01-31
| |
* | oil: 0.9.6 -> 0.9.7happysalada2022-01-30
| |
* | Merge pull request #155362 from kampka/dash-testPascal Bach2022-01-25
|\ \ | | | | | | dash: add test
| * | dash: add testChristian Kampka2022-01-17
| | |
* | | nushell: 0.42.0 -> 0.43.0Daniel Gagnon2022-01-20
|/ /
* / python,pythonPackages: make aliasesRobert Schütz2022-01-16
|/ | | | | Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
* zsh: exclude util-linux on darwinWill Cohen2022-01-11
|
* zsh: remove superfluous darwin postInstall makeWill Cohen2022-01-10
|
* zsh: fix build on darwinWill Cohen2022-01-10
|
* Merge pull request #154129 from Enzime/fix/zsh-custom-srcBernardo Meurer2022-01-10
|\ | | | | zsh: Support building from Git checkouts
| * zsh: Support building from Git checkoutsMichael Hoang2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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="; }; })
* | Merge pull request #153955 from holymonson/preztoBernardo Meurer2022-01-10
|\ \
| * | zsh-prezto: unstable-2021-06-02 → unstable-2021-11-16Monson Shao2022-01-08
| |/
* | Merge pull request #153623 from sei40kr/zsh-history-search-multi-wordBernardo Meurer2022-01-09
|\ \ | | | | | | zsh-history-search-multi-word: init at unstable-2021-11-13
| * | zsh-history-search-multi-word: init at unstable-2021-11-13Seong Yong-ju2022-01-06
| |/
* / yash: init at 2.52Aaron Bieber2022-01-09
|/
* tcsh: 6.23.00 -> 6.23.02AndersonTorres2022-01-04
|
* elvish: move test to `installCheckPhase`cherryblossom2022-01-04
|