Tim Steinbach
9de1c659e4
oh-my-zsh: 2020-06-17 -> 2020-06-18
2020-06-18 08:16:06 -04:00
Michele Guerini Rocco
b2532174e0
Merge pull request #90670 from bouk/fish-no-tr
...
fish: replace use of tr with string split
2020-06-18 09:48:01 +02:00
R. RyanTM
32b567cbd6
grml-zsh-config: 0.16.2 -> 0.17.2
2020-06-17 12:39:40 -07:00
Bouke van der Bijl
84e25cf478
fish: use -p to prepend profile directories
2020-06-17 18:59:56 +02:00
Bouke van der Bijl
9daa1838d3
fish: replace use of tr with string split
...
This shaves about 4ms off fish start time.
Before (profiled with 'fish --profile prof.txt -c fish_prompt'):
225 4636 ----> set -l __nix_profile_paths (echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n')[-1..1]
4411 4411 -----> echo $NIX_PROFILES | /nix/store/m5ajgnzp2512na31brwfmydwk3l1gawb-coreutils-8.31/bin/tr ' ' '\n'
After:
190 248 ----> set -l __nix_profile_paths (string split ' ' $NIX_PROFILES)[-1..1]
2020-06-17 18:59:35 +02:00
Tim Steinbach
e76f83c266
oh-my-zsh: 2020-06-10 -> 2020-06-17
2020-06-17 08:16:01 -04:00
Tim Steinbach
d29fea1342
oh-my-zsh: 2020-10-01 -> 2020-10-05
2020-10-05 08:22:19 -04:00
Maximilian Bosch
748871ad42
lambda-mod-zsh-theme: 2019-04-17 -> 2020-10-03, cleanup derivation
2020-10-03 20:03:12 +02:00
Mario Rodas
b6e751a3b7
Merge pull request #99390 from marsam/update-nushell
...
nushell 0.19.0 -> 0.20.0
2020-10-02 19:15:48 -05:00
Vladyslav M
eb3462f6fb
Merge pull request #99384 from grahamc/oil
...
oil: 0.8.pre6 -> 0.8.1
2020-10-02 23:52:40 +03:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Tim Steinbach
d228ae9d77
oh-my-zsh: 2020-09-29 -> 2020-10-01
2020-10-02 11:18:36 -04:00
Graham Christensen
961a99db3c
oil: 0.8.pre6 -> 0.8.1
2020-10-02 08:42:23 -04:00
Mario Rodas
f31108fa22
nushell: 0.19.0 -> 0.20.0
...
https://www.nushell.sh/blog/2020/09/22/nushell_0_20.html
2020-10-01 04:20:00 +00:00
Tim Steinbach
8f469ec488
oh-my-zsh: 2020-09-20 -> 2020-09-29
2020-09-29 08:36:32 -04:00
Cole Helbling
09fd67354e
fish: install docs to $out/share/doc/fish
...
Otherwise, it ended up going to $out/share/doc, which would pollute this
shared directory, as well as clash with other similarly misbehaving
packages.
2020-06-15 09:20:49 -07:00
Pasquale
79f4822a30
zplugin: init at 2.3
2020-06-14 13:28:27 +02:00
Tim Steinbach
cf29bf0953
oh-my-zsh: 2020-06-08 -> 2020-06-10
2020-06-12 10:13:32 -04:00
Philipp Mildenberger
0cbf4c87f9
nushell: 0.14.0 -> 0.15.0
2020-06-11 15:06:43 +02:00
Mario Rodas
adbace3c21
Merge pull request #89911 from r-ryantm/auto-update/dash
...
dash: 0.5.10.2 -> 0.5.11
2020-06-09 22:48:49 -05:00
R. RyanTM
6e746a6e2c
dash: 0.5.10.2 -> 0.5.11
2020-06-09 11:06:04 +00:00
Tim Steinbach
9b7cb6cd13
oh-my-zsh: 2020-06-05 -> 2020-06-08
2020-06-08 20:22:38 -04:00
Evils
98ddb40d17
powershell: installCheck -> installCheckPhase
2020-06-05 15:40:12 -07:00
Tim Steinbach
61dd71c914
oh-my-zsh: 2020-06-02 -> 2020-06-05
2020-06-05 09:45:35 -04:00
Tim Steinbach
f53752834a
oh-my-zsh: 2020-05-26 -> 2020-06-02
2020-06-02 09:07:57 -04:00
Martin Weinelt
5cb2c69859
zsh-powerlevel10k: 1.7.0 -> 1.11.0
2020-06-01 02:34:14 +02:00
R. RyanTM
4bcc5be187
grml-zsh-config: 0.16.1 -> 0.16.2
2020-05-27 12:13:48 -07:00
Tim Steinbach
bc9c90ccf0
oh-my-zsh: 2020-05-24 -> 2020-05-26
2020-05-27 08:21:40 -04:00
Lassulus
0300b47dd5
Merge pull request #66427 from pacien/pure-prompt-1.10.3
...
pure-prompt: init at 1.12.0
2020-05-26 20:44:58 +02:00
Nick Hu
1acb028ca0
Merge pull request #88036 from NickHu/prezto
...
zsh-prezto: 2019-03-18 -> 2020-05-02
2020-05-26 13:15:31 +01:00
Nick Hu
90779e4d64
zsh-prezto: 2019-03-18 -> 2020-05-20
2020-05-26 12:53:26 +01:00
Tim Steinbach
89998eb8da
oh-my-zsh: 2020-05-21 -> 2020-05-24
2020-05-24 20:51:34 -04:00
Joachim F
6f5730f732
Merge pull request #88606 from r-ryantm/auto-update/mksh
...
mksh: 59 -> 59b
2020-05-22 20:46:32 +00:00
Tim Steinbach
8ecb3a3e97
oh-my-zsh: 2020-05-20 -> 2020-05-21
2020-05-22 10:52:12 -04:00
R. RyanTM
dca6325a2b
mksh: 59 -> 59b
2020-05-22 08:29:04 +00:00
Tim Steinbach
858cce456f
oh-my-zsh: 2020-05-18 -> 2020-05-20
2020-05-20 08:29:55 -04:00
Maximilian Bosch
62c5ef07c8
Merge pull request #88212 from r-ryantm/auto-update/powershell
...
powershell: 7.0.0 -> 7.0.1
2020-05-20 12:56:15 +02:00
R. RyanTM
cca31e245d
powershell: 7.0.0 -> 7.0.1
2020-05-19 22:35:11 +00:00
Tim Steinbach
6d035a9d10
oh-my-zsh: 2020-05-16 -> 2020-05-18
2020-05-19 08:01:19 -04:00
R. RyanTM
85c2774b64
antibody: 6.0.0 -> 6.0.1
2020-05-19 01:09:04 +00:00
Tim Steinbach
0e2a4780df
oh-my-zsh: 2020-05-11 -> 2020-05-16
2020-05-17 13:57:44 -04:00
Lila
7517299146
treewide: fix broken AlpineLinux repo links ( #87892 )
2020-05-15 16:58:27 +01:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Tim Steinbach
a9e3b1103c
oh-my-zsh: 2020-05-07 -> 2020-05-11
2020-05-13 14:36:46 -04:00
Oleksii Filonenko
e09e4a44ea
nushell: 0.13.0 -> 0.14.0
2020-05-13 06:22:55 +00:00
Frederik Rietdijk
303adc7697
Merge master into staging-next
2020-05-10 09:43:48 +02:00
Joachim F
77c3d140b7
Merge pull request #87041 from r-ryantm/auto-update/mksh
...
mksh: 58 -> 59
2020-05-09 14:06:01 +00:00
pablo1107
928fb53442
pure-prompt: add pablovsky as maintainer
2020-05-09 10:55:30 +02:00
pacien
db97cb3aa9
pure-prompt: init at 1.12.0
...
Co-authored-by: pablo1107 <dealberapablo07@gmail.com >
2020-05-09 10:41:20 +02:00
Frederik Rietdijk
bc48203b98
Merge staging-next into staging
2020-05-08 06:46:14 +02:00