Mario Rodas
11c5895493
nushell: 0.83.1 -> 0.84.0
...
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.84.0
2023-08-25 18:30:09 +08:00
natsukium
c40323b934
fishPlugins.fzf-fish: 9.9 -> 10.0
...
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.9...v10.0
Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.0
2023-08-24 23:26:02 +09:00
natsukium
cf8bd45123
fishPlugins.fzf-fish: add meta.changelog
2023-08-24 23:24:54 +09:00
Fugi
a90dcdd4a2
agdsn-zsh-config: 0.6.0 -> 0.7.0
2023-08-24 15:52:17 +02:00
Theodore Ni
728c42fb58
xonsh: add pip to test dependency and other changes
2023-08-22 11:01:06 -07:00
nbe
4f9e86116b
zsh-fzf-tab: 2023-05-19 -> 2023-06-11
2023-08-21 19:52:49 +03:00
Anderson Torres
d939536baa
rc: enable lineEditingLibrary
2023-08-21 10:09:05 +00:00
OTABI Tomoya
dd954e995c
Merge pull request #249938 from a12l/application/update/oil/0.17.0
...
oil: 0.16.0 -> 0.17.0
2023-08-21 16:06:16 +09:00
Sergei Trofimovich
8708ae0e37
bash: disable bash-malloc
everywhere, not just on musl
...
TIme to time I bump into pathological behaviour of `bash` memory
allocator. Today's example:
$ time { ls /nix/store/ > /dev/null; }
real 0m0,965s user 0m0,876s sys 0m0,087s
$ time { echo /nix/store/* > /dev/null; }
real 2m18,287s user 2m17,946s sys 0m0,125s
$ time { echo /nix/store/* > /dev/null; }
real 0m1,764s user 0m1,712s sys 0m0,048s
Note how initial `echo` takes alsmot 2 minutes to finish.
Let's rely on system's allocator instead.
After the change initial run is fast again:
$ time { echo /nix/store/* > /dev/null; }
real 0m1,328s user 0m1,264s sys 0m0,063s
2023-08-19 08:39:13 +01:00
Albin Otterhäll
85231259f0
oil: 0.16.0 -> 0.17.0
2023-08-18 13:02:12 +02:00
github-actions[bot]
12e030d6da
Merge master into staging-next
2023-08-13 18:00:59 +00:00
Weijia Wang
6f18fdc340
Merge pull request #248791 from r-ryantm/auto-update/zimfw
...
zimfw: 1.11.3 -> 1.12.0
2023-08-13 15:23:14 +02:00
R. Ryantm
874d0c3d9b
antidote: 1.9.0 -> 1.9.1
2023-08-13 01:31:41 +00:00
github-actions[bot]
050adb6d52
Merge master into staging-next
2023-08-13 00:02:15 +00:00
R. Ryantm
f29ef2461c
zimfw: 1.11.3 -> 1.12.0
2023-08-12 22:11:20 +00:00
R. Ryantm
759f52b1af
zsh-forgit: 23.07.0 -> 23.08.1
2023-08-12 04:17:40 +00:00
Vladimír Čunát
8ba24c8eb4
Merge #245252 : bash: fix parallel build failure on unwind_prot.o
...
...into staging
2023-08-11 10:35:46 +02:00
Emily
96a52e8e30
Merge pull request #245899 from vinnymeller/zsh-defer
...
zsh-defer: init at unstable-2022-06-13
2023-08-10 13:11:49 +02:00
Vinny Meller
4a018f08fa
zsh-defer: init at unstable-2022-06-13
2023-08-09 17:18:54 -05:00
OTABI Tomoya
44b6fb57ff
Merge pull request #242122 from Janik-Haag/zsh-fzf-history-search
...
zsh-fzf-history-search: init at unstable-23-03-08
2023-08-08 17:20:59 +09:00
Franz Pletz
880a3f231d
Merge pull request #247818 from Janik-Haag/nix-zsh-completions
2023-08-08 05:45:00 +02:00
Gerg-L
c0790c094c
dash: Add meta.mainProgram and cleanup
2023-08-07 20:52:46 -04:00
Janik H
20f42c44e1
nix-zsh-completions: unstable-2023-01-30 -> 0.5.0
...
Diff: 6a1bfc0244
...0.4.4
2023-08-07 23:54:28 +02:00
Jacob Moody
437b7d71e5
rc-9front: tidy make and install phases
2023-08-06 17:14:19 -05:00
R. Ryantm
71812299fc
carapace: 0.25.3 -> 0.26.0
2023-08-06 00:35:57 +00:00
Anderson Torres
763ed867f1
rc: unstable-2021-08-03 -> unstable-2023-06-14
2023-08-05 11:11:23 +00:00
n3oney
02d604cd68
treewide: add meta.mainProgram
2023-08-05 00:11:04 +02:00
zendo
4f5308922f
treewide: add meta.mainProgram
...
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-04 10:00:59 +00:00
Rebecca Turner
1b2461f29d
nix-your-shell: 1.1.1 -> 1.3.0
...
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.0
- Bash support
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.1
- Export $__ETC_PROFILE_NIX_SOURCED
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.3.0
- nushell support
2023-08-01 17:00:38 -07:00
Mario Rodas
5ba1b5be5a
nushellPlugins.query: 0.83.0 -> 0.83.1
...
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
2023-07-31 07:33:09 +00:00
Mario Rodas
f7a4a3764f
nushellPlugins.gstat: 0.83.0 -> 0.83.1
...
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
2023-07-31 07:33:09 +00:00
Mario Rodas
5becdd85fc
nu_scripts: unstable-2023-07-24 -> unstable-2023-07-29
2023-07-31 07:33:09 +00:00
Mario Rodas
c38219f1ce
nushell: 0.83.0 -> 0.83.1
...
Diff: https://github.com/nushell/nushell/compare/0.83.0...0.83.1
2023-07-31 07:33:09 +00:00
R. Ryantm
5359f3161e
carapace: 0.25.1 -> 0.25.3
2023-07-30 07:48:30 +00:00
Pol Dellaiera
83085359e3
Merge pull request #244010 from majiru/add-fetch9front
...
fetch9front: init
2023-07-29 08:28:24 +02:00
Lena Fuhrimann
de1e10bc78
zsh-history-substring-search: 1.0.2 -> 1.1.0
2023-07-28 13:33:31 +02:00
happysalada
bfc44cf9fe
nushellPlugins.query: 0.82.0 -> 0.83.0
2023-07-28 00:13:49 +00:00
figsoda
266d35c413
Merge pull request #245528 from r-ryantm/auto-update/murex
...
murex: 4.4.6110 -> 4.4.9100
2023-07-26 12:20:21 -04:00
figsoda
3ceabbd026
Merge pull request #245507 from r-ryantm/auto-update/fishPlugins.fzf-fish
...
fishPlugins.fzf-fish: 9.8 -> 9.9
2023-07-26 11:53:38 -04:00
R. Ryantm
2aae529393
murex: 4.4.6110 -> 4.4.9100
2023-07-26 12:11:47 +00:00
R. Ryantm
0288b0f810
fishPlugins.fzf-fish: 9.8 -> 9.9
2023-07-26 08:48:21 +00:00
Mario Rodas
472de7a9bc
nu_scripts: 2023-04-26 -> 2023-07-24
2023-07-26 04:20:00 +00:00
Mario Rodas
a44e9d1ac5
nu_scripts: add updateScript
2023-07-26 04:20:00 +00:00
Mario Rodas
b4a1ffb17c
nushell: 0.82.0 -> 0.83.0
...
Diff: https://github.com/nushell/nushell/compare/0.82.0...0.83.0
2023-07-26 04:20:00 +00:00
Janik
ddf72bae78
Merge pull request #241873 from wegank/zsh-forgit-completions
2023-07-25 10:13:51 +02:00
Sergei Trofimovich
99e148dd27
bash: fix parallel build failure on unwind_prot.o
...
As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel. The simplest reproducer is:
$$ ./configure
$$ make unwind_prot.o
...
In file included from unwind_prot.c:51:
In file included from ./bashintl.h:30:
./include/gettext.h:27:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
^~~~~~~~~~~
1 error generated.
make: * [Makefile:106: unwind_prot.o] Error 1
The change adds missing ttransitive `${LIBINTL_H}` dependency for
unwind_prot.o.
2023-07-24 23:23:14 +01:00
Nick Cao
78687e9fe5
Merge pull request #245044 from r-ryantm/auto-update/zsh-vi-mode
...
zsh-vi-mode: 0.9.0 -> 0.10.0
2023-07-23 22:40:39 -06:00
Sandro
51727ac1df
Merge pull request #242035 from Icy-Thought/zsh-abbr
...
zsh-abbr: init at 5.1.0
2023-07-23 23:28:33 +02:00
Jacob Moody
a978e48e52
rc-9front: use fetchFrom9Front
2023-07-23 13:16:28 -05:00
R. Ryantm
7d9b2ace14
zsh-vi-mode: 0.9.0 -> 0.10.0
2023-07-23 14:56:54 +00:00
R. Ryantm
97971e7ce3
grml-zsh-config: 0.19.5 -> 0.19.6
2023-07-22 06:40:14 +00:00
R. Ryantm
88b9203b60
murex: 4.3.3200 -> 4.4.6110
2023-07-17 03:38:06 +00:00
Artturi
5c5832bc49
Merge pull request #242678 from Artturin/zshen1
2023-07-14 03:42:05 +03:00
Weijia Wang
bd86547c66
Merge pull request #242859 from r-ryantm/auto-update/carapace
...
carapace: 0.25.0 -> 0.25.1
2023-07-11 21:57:09 +03:00
R. Ryantm
4d8e3794df
blesh: 0.3.4 -> 0.4.0-devel3
2023-07-11 23:41:22 +08:00
R. Ryantm
eb5bd3349b
carapace: 0.25.0 -> 0.25.1
2023-07-11 14:56:32 +00:00
R. Ryantm
3f1c188330
antidote: 1.8.9 -> 1.9.0
2023-07-11 10:05:45 +00:00
Artturin
6984a7201c
zsh: enable function subdirs
...
and patch script shebangs
2023-07-10 18:30:19 +03:00
Janik H
b05435b738
zsh-fzf-history-search: init at unstable-23-03-08
2023-07-10 11:32:36 +02:00
Jacob Moody
727c172591
rc-9front: enable parallel builds
2023-07-09 14:23:07 -05:00
Janik H
7d0994b59b
zsh-powerlevel9k: fix longdescription
2023-07-09 17:43:28 +02:00
Weijia Wang
1f4afdc40b
Merge pull request #242145 from r-ryantm/auto-update/murex
...
murex: 4.2.5110 -> 4.3.3200
2023-07-09 12:14:03 +03:00
Martin Weinelt
571bb44da2
Merge pull request #242124 from Janik-Haag/zsh-p10k
...
zsh-powerlevel10k: add longdescription
2023-07-08 21:32:07 +02:00
adisbladis
f2b2e6d098
Merge pull request #240246 from adisbladis/xonsh-envs
...
xonsh: Add wrapper
2023-07-08 14:26:43 +12:00
Icy-Thought
9fb0a911cc
zsh-abbr: init at 5.1.0
2023-07-08 02:31:28 +02:00
R. Ryantm
ef15695178
murex: 4.2.5110 -> 4.3.3200
2023-07-07 22:01:38 +00:00
Janik H
4730f54d0e
zsh-powerlevel9k: add longdescription
2023-07-07 22:28:01 +02:00
Janik H
8a9bee4ced
zsh-powerlevel10k: add longdescription
2023-07-07 22:28:01 +02:00
ocfox
dbed814062
fishPlugins.tide: 5.5.1 -> 5.6.0
2023-07-07 09:12:30 +08:00
Sandro
d13e88c0c6
Merge pull request #240951 from abathur/remove_oil_readline_workaround
...
oil: remove obsolete readline workaround
2023-07-06 23:18:43 +02:00
Weijia Wang
f5c83c7086
Merge pull request #241781 from Artturin/zshpcrefix
...
zsh: build pcre.so
2023-07-06 14:36:16 +03:00
Weijia Wang
024afa2e99
zsh-forgit: add completions
2023-07-06 12:55:53 +03:00
Artturin
bdcff9cd3c
zsh: build pcre.so
...
77f84f07c4
changed zsh to use pkg-config
and i assumed that because the zsh binary was linked with pcre that pcre
support was working, but it was not.
2023-07-06 01:10:19 +03:00
R. Ryantm
4101de4953
zsh-forgit: 23.06.0 -> 23.07.0
2023-07-05 18:05:21 +00:00
Weijia Wang
3248e26928
Merge pull request #241138 from figsoda/nu
...
nushell: refactor
2023-07-04 10:12:00 +03:00
figsoda
90e4770f81
nushell: refactor
...
- fix tests on darwin
- respect withDefaultFeatures = false
- don't use lib.optional in a list
- remove libiconv from buildInputs since it is the default
- formatting
2023-07-03 08:47:34 -04:00
figsoda
505c1de513
fishPlugins.sponge: replace "${version}" with version
2023-07-02 14:51:39 -04:00
R. Ryantm
44c39f9a30
carapace: 0.24.5 -> 0.25.0
2023-07-02 06:28:10 +00:00
Travis A. Everett
1fe03311b0
oil: remove obsolete readline workaround
...
Looks like upstream issue was fixed via oilshell/oil#1514
(originally reported in oilshell/oil#1467 ).
2023-07-01 12:25:49 -05:00
Emily
da7530e214
Merge pull request #240032 from giorgiga/fishPlugins-sdkman-for-fish-update
...
fishPlugins.sdkman-for-fish: 1.4.0 -> 2.0.0
2023-06-30 18:31:12 +02:00
Sandro
21f23c8df5
Merge pull request #240232 from majiru/add-rc-9front
...
rc-9front: init at unstable-2022-11-01
2023-06-30 17:07:22 +02:00
adisbladis
0fab94a844
xonsh: Add wrapper
...
It is currently not obvious how to install/use xonsh with dependencies and python packages.
This PR implements a wrapper that allows you to construct a custom xonsh environment by using:
``` nix
xonsh.override { extraPackages = ps: [ ps.requests ]; }
```
2023-06-30 19:39:53 +12:00
Jacob Moody
635fd5f161
rc-9front: init at 2022-11-01
2023-06-29 09:32:51 -05:00
figsoda
a68e3ee900
Merge pull request #240508 from r-ryantm/auto-update/oh-my-zsh
...
oh-my-zsh: 2023-06-26 -> 2023-06-26
2023-06-29 09:55:57 -04:00
Sandro
3791e8908e
Merge pull request #240482 from natsukium/fzf-fish/update
2023-06-29 14:42:08 +02:00
R. Ryantm
54067c54a9
oh-my-zsh: 2023-06-26 -> 2023-06-26
2023-06-29 14:15:03 +02:00
Weijia Wang
3f78f67203
Merge pull request #240293 from r-ryantm/auto-update/murex
...
murex: 4.1.7300 -> 4.2.5110
2023-06-29 10:38:36 +03:00
natsukium
9a3b260bef
fishPlugins.fzf-fish: 9.7 -> 9.8
...
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.7...v9.8
2023-06-29 16:02:33 +09:00
Nick Cao
b802e9dffb
Merge pull request #240211 from DeeUnderscore/fix/xonsh-double-wrap
...
xonsh: don't double wrap bin/xonsh
2023-06-28 16:34:41 +08:00
Weijia Wang
aa3c0e5904
Merge pull request #240265 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.21.0 -> 1.22.0
2023-06-28 10:55:48 +03:00
R. Ryantm
ee759fc899
murex: 4.1.7300 -> 4.2.5110
2023-06-28 07:26:01 +00:00
R. Ryantm
43d8586354
pure-prompt: 1.21.0 -> 1.22.0
2023-06-28 05:05:09 +00:00
happysalada
cbfcf6ed61
nushellPlugins.query: 0.81.0 -> 0.82.0
2023-06-28 09:11:25 +08:00
happysalada
be39aba786
nushell: 0.81.0 -> 0.82.0
2023-06-28 09:11:04 +08:00
Dee Anzorge
e66d98f17d
xonsh: don't double wrap bin/xonsh
2023-06-28 00:38:18 +02:00
R. Ryantm
09d07ca924
antidote: 1.8.8 -> 1.8.9
2023-06-27 06:58:45 +00:00
Giorgio Gallo
0c4eec625d
fishPlugins.sdkman-for-fish: 1.4.0 -> 2.0.0
2023-06-27 04:12:16 +02:00
Martin Weinelt
6e59369690
Merge pull request #239958 from mweinelt/zsh-p10k-1.19.0
...
zsh-powerlevel10k: 1.18.0 -> 1.19.0
2023-06-26 22:41:05 +02:00
Janik
347c91433a
Merge pull request #232393 from mrkkrp/init-nushell-plugin-gstat
2023-06-26 21:02:51 +02:00
Martin Weinelt
eaccf8f40b
zsh-powerlevel10k: 1.18.0 -> 1.19.0
...
https://github.com/romkatv/powerlevel10k/releases/tag/v1.19.0
2023-06-26 17:34:21 +02:00