Sandro
69995629be
Merge pull request #159207 from rvolosatovs/update/grml-zsh-config
2022-03-09 16:08:21 +01:00
legendofmiracles
7f21ce8f6f
hilbish: 0.7.1 -> 1.0.2
2022-03-07 02:17:49 +00:00
Daniel Fullmer
0a8007498f
bash: use default PATH in FHS environments
...
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:.
2022-02-27 15:59:39 -08:00
R. Ryantm
6f4be68062
oil: 0.9.7 -> 0.9.8
2022-02-25 10:57:50 -08:00
Renaud
826b33acbf
Merge pull request #161117 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.20.0 -> 1.20.1
2022-02-24 22:22:22 +01:00
Pascal Bach
d1d1906aa1
Merge pull request #161433 from r-ryantm/auto-update/rush
...
rush: 2.1 -> 2.2
2022-02-23 21:23:32 +01:00
R. Ryantm
974b0d9ec5
rush: 2.1 -> 2.2
2022-02-22 23:42:15 +00:00
Renaud
acc1179298
Merge pull request #160815 from r-ryantm/auto-update/spaceship-prompt
...
spaceship-prompt: 3.16.2 -> 3.16.3
2022-02-23 00:06:56 +01:00
R. Ryantm
edba1fc562
pure-prompt: 1.20.0 -> 1.20.1
2022-02-20 21:45:18 +00:00
rembo10
79f76cd8df
fish: fix cross compile
2022-02-20 09:51:20 -06:00
Maximilian Bosch
50bea22cbe
Merge pull request #159628 from tomberek/bash_mainProgram
...
bashInteractive: set mainProgram
2022-02-20 12:46:36 +01:00
Mario Rodas
80b1146479
Merge pull request #160216 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.19.0 -> 1.20.0
2022-02-19 15:09:07 -05:00
R. Ryantm
04f8d7e341
spaceship-prompt: 3.16.2 -> 3.16.3
2022-02-19 01:14:30 +00:00
Bobby Rong
b60c80992b
Merge pull request #159101 from Vonfry/update/fzf-tab
...
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10
2022-02-16 19:25:16 +08:00
R. Ryantm
526cb962e5
pure-prompt: 1.19.0 -> 1.20.0
2022-02-15 21:07:33 +00:00
Mario Rodas
102b9a88ca
Merge pull request #159711 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.18.0 -> 1.19.0
2022-02-13 13:50:56 -05:00
Mario Rodas
811c3111c6
Merge pull request #159822 from r-ryantm/auto-update/zsh-autocomplete
...
zsh-autocomplete: 21.09.22 -> 22.01.21
2022-02-13 09:38:06 -05:00
R. Ryantm
3848550bc3
zsh-autocomplete: 21.09.22 -> 22.01.21
2022-02-13 11:30:33 +00:00
Mario Rodas
982b4a9399
Merge pull request #159763 from r-ryantm/auto-update/spaceship-prompt
...
spaceship-prompt: 3.15.0 -> 3.16.2
2022-02-13 06:08:17 -05:00
R. Ryantm
1738bb6d5d
spaceship-prompt: 3.15.0 -> 3.16.2
2022-02-13 06:31:13 +00:00
R. Ryantm
c3890c4c41
fishPlugins.fzf-fish: 7.4 -> 8.1
2022-02-12 21:02:00 -08:00
R. Ryantm
41f078c650
liquidprompt: 2.0.3 -> 2.0.4
2022-02-12 20:06:29 -08:00
R. Ryantm
5fbed1b6ce
pure-prompt: 1.18.0 -> 1.19.0
2022-02-13 01:38:43 +00:00
Tom Bereknyei
2a448a9ccd
bashInteractive: set mainProgram
2022-02-12 14:06:05 -05:00
R. Ryantm
be8cbad152
nushell: 0.43.0 -> 0.44.0
2022-02-12 18:58:57 +00:00
Bjørn Forsman
5153446c44
nix-bash-completions: add missing pre/postInstall hooks
2022-02-12 10:22:17 +01:00
Roman Volosatovs
74a7e3d9ee
grml-zsh-config: 0.19.0 -> 0.19.1
2022-02-11 11:59:09 +01:00
Vonfry
8f5b8892aa
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10
2022-02-11 09:11:31 +08:00
Charlotte 🦝 Delenk
d3c3502749
powerlevel10k: 1.6.0 -> 1.6.1
...
This update does not change the required gitstatus version.
2022-02-10 19:45:26 +01:00
Martin Weinelt
3672c4a7d8
Merge pull request #158996 from DarkKirb/gitstatus-1.5.3
2022-02-10 18:56:06 +01:00
Charlotte 🦝 Delenk
d2e1ce4ea2
zsh-powerlevel10k: update gitstatus version
2022-02-10 18:13:31 +01:00
Vladimír Čunát
1a17758b78
fish: upstream patch to fix tests after pcre2 update
2022-02-10 14:12:10 +01:00
Martin Weinelt
1b60d0f08e
Merge pull request #154679 from mweinelt/zsh-p10k
2022-02-09 23:36:43 +01:00
R. Ryantm
47a980581f
oh-my-zsh: 2021-12-18 -> 2022-01-18
2022-01-31 10:01:00 -08:00
zowoq
d5bde89a4b
zsh-history: update vendorSha256
2022-01-31 11:50:28 +10:00
happysalada
1110cfeb7c
oil: 0.9.6 -> 0.9.7
2022-01-30 12:12:59 -05:00
Pascal Bach
58c4bc989f
Merge pull request #155362 from kampka/dash-test
...
dash: add test
2022-01-25 22:18:30 +01:00
Daniel Gagnon
a5beb54cf0
nushell: 0.42.0 -> 0.43.0
2022-01-20 15:15:05 -05:00
Christian Kampka
ce00fa6d26
dash: add test
2022-01-17 13:37:04 +01:00
Robert Schütz
d5cceedbd1
python,pythonPackages: make aliases
...
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Martin Weinelt
159af50269
zsh-powerlevel10k: 1.15.0 -> 1.16.0
2022-01-12 00:44:17 +01:00
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
Bernardo Meurer
5d3c9ddee1
Merge pull request #153623 from sei40kr/zsh-history-search-multi-word
...
zsh-history-search-multi-word: init at unstable-2021-11-13
2022-01-09 18:18:52 +00:00
Aaron Bieber
71930ab2f4
yash: init at 2.52
2022-01-09 06:48:36 -07: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