nixpkgs/pkgs/shells
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
..
any-nix-shell treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bash bashCompletion: speed-up test execution by using xdist 2020-05-07 16:17:02 +02:00
dash dash: 0.5.10.2 -> 0.5.11 2020-06-09 11:06:04 +00:00
dgsh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
elvish go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
es treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fish fish: replace use of tr with string split 2020-06-17 18:59:35 +02:00
ion ion: 1.0.5 -> unstable-2020-03-22 2020-03-27 19:47:33 -04:00
jush treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ksh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
liquidprompt treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mksh mksh: 59 -> 59b 2020-05-22 08:29:04 +00:00
mrsh mrsh: enable on darwin 2020-01-18 04:20:00 -05:00
nushell nushell: 0.14.0 -> 0.15.0 2020-06-11 15:06:43 +02:00
oh oh: add missing description & homepage 2019-11-10 07:59:05 +01:00
oil oil: 0.7.0 -> 0.8.pre4 2020-04-21 15:45:04 +03:00
pash treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
powershell powershell: installCheck -> installCheckPhase 2020-06-05 15:40:12 -07:00
rc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rssh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rush treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tcsh treewide: fix broken AlpineLinux repo links (#87892) 2020-05-15 16:58:27 +01:00
xonsh xonsh: 0.9.17 -> 0.9.18 2020-05-05 07:18:00 -05:00
zsh oh-my-zsh: 2020-06-08 -> 2020-06-10 2020-06-12 10:13:32 -04:00