Commit graph

1501 commits

Author SHA1 Message Date
github-actions[bot] 44d53d308b
Merge master into staging-next 2021-04-06 18:15:29 +00:00
Jan Tojnar c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
Tim Steinbach 24d8a91494
oh-my-zsh: 2021-03-31 → 2021-04-06 2021-04-06 12:57:52 +00:00
bb2020 ea0e582d8a
zsh-clipboard: init at 1.0 (#115450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 23:26:20 +02:00
Sandro 7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix 2021-04-05 04:07:15 +02:00
github-actions[bot] 44e3fc61fe
Merge master into staging-next 2021-04-05 00:16:38 +00:00
Alyssa Ross 101cc9024b dash: enable parallel building 2021-04-04 22:07:15 +00:00
Alyssa Ross f4ac75a56d dash: add libedit support
This allows running set -o emacs to get line editing in dash, which is
a major usability improvement.

Closure size before: 31.6M
              after: 35.3M
2021-04-04 22:07:15 +00:00
Alyssa Ross ac6d98dbdc dash: move confusing comment
When the noexec patch was added, this comment should have been moved
to make it clear it referred to the Darwin patch, which was previously
the only one.
2021-04-04 22:07:15 +00:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
github-actions[bot] 3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Frederik Rietdijk 3502d57d7a ksh: use python3 2021-04-03 17:06:21 +02:00
github-actions[bot] 78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Daniel Nagy 7b4dc7caae
oil: add changelog 2021-04-01 17:59:48 +02:00
github-actions[bot] 85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
Vonfry c8a9a609a7
zsh-fzf-tab: unstable-2021-02-14 -> unstable-2021-04-01 2021-04-01 18:19:07 +08:00
Ryan Mulligan a672e13729
Merge pull request #118239 from r-ryantm/auto-update/nushell
nushell: 0.28.0 -> 0.29.0
2021-04-01 06:33:01 -07:00
R. RyanTM d417634a98 nushell: 0.28.0 -> 0.29.0 2021-04-01 12:09:01 +00:00
github-actions[bot] 5abd5f5ab0
Merge staging-next into staging 2021-03-31 18:15:02 +00:00
Tim Steinbach fb811eaf6b
oh-my-zsh: 2021-03-28 → 2021-03-31 2021-03-31 15:43:29 +00:00
github-actions[bot] d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
Tim Steinbach 15b2ac130c
oh-my-zsh: 2021-03-15 → 2021-03-28 2021-03-29 13:24:45 +00:00
github-actions[bot] 2ed7687b19
Merge staging-next into staging 2021-03-28 00:15:43 +00:00
Fabian Affolter e18f44826c
Merge pull request #117634 from r-ryantm/auto-update/oil
oil: 0.8.7 -> 0.8.8
2021-03-28 01:11:48 +01:00
Vladimír Čunát dabcb87cd8
Merge #117127: don't rely on patch timestamps in build
...into staging
2021-03-27 14:37:02 +01:00
Maximilian Bosch 0001e5c8dd
Merge pull request #117549 from marsam/update-xonsh
xonsh: 0.9.24 -> 0.9.27
2021-03-27 11:48:50 +01:00
Vladimír Čunát ad47284f8b
Merge #117210: bash_5: don't rely on patch timestamps 2021-03-26 18:21:57 +01:00
R. RyanTM 5638ff9d26 oil: 0.8.7 -> 0.8.8 2021-03-26 00:03:30 +00:00
AndersonTorres f7d1fb542f mksh: fix license
According to official documentation (http://www.mirbsd.org/TaC-mksh.txt), mksh
licensing changes according to build-time configuration.
2021-03-23 15:24:43 -03:00
Arnout Engelen 078c2a7341
bash 5.1: don't rely on patch timestamps in build
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.

While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.

Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.

This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.

We will update bash-4.4 in a separate PR (but that one has a bigger rebuild
impact so will have to target staging)

Refs #115177
2021-03-22 12:27:10 +01:00
Arnout Engelen 3f4ad3d37d
bash: don't rely on patch timestamps in build
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.

While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.

Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.

This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.

Refs https://github.com/NixOS/nixpkgs/issues/115177
2021-03-21 16:11:09 +01:00
Cole Helbling 853f1b740c fish: 3.2.0 -> 3.2.1 2021-03-18 09:49:05 -07:00
Jan Tojnar d687129df5
Merge pull request #116242 from jtojnar/no-fish-args
buildFishPlugin: do not pass irrelevant arguments down
2021-03-18 14:22:28 +01:00
Tim Steinbach e5622614c2 oh-my-zsh: 2021-03-13 → 2021-03-15 2021-03-17 10:28:15 -04:00
Sandro bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0 2021-03-16 12:42:46 +01:00
Tim Steinbach 79e7e20ef5
oh-my-zsh: 2021-03-08 → 2021-03-13 2021-03-15 14:51:47 +00:00
Ben Siraphob b370464c26 lambda-mod-zsh-theme: expand platforms to all 2021-03-14 11:40:45 +07:00
Jan Tojnar f21526b5bb
buildFishPlugin: do not pass irrelevant arguments down
mkDerivation does not care about checkPlugins and checkFunctionDirs so let’s avoid polluting the scope.
Also remove installPath argument altogether for the same reason since it is not used at all.
2021-03-13 21:30:37 +01:00
ShrykeWindgrace 8123743455 powershell: 7.1.0 -> 7.1.3 2021-03-12 16:22:02 +01:00
Jörg Thalheim 7f339fcd6e
Merge pull request #116027 from r-ryantm/auto-update/nushell
nushell: 0.27.1 -> 0.28.0
2021-03-12 09:31:02 +00:00
R. RyanTM ea357527fa nushell: 0.27.1 -> 0.28.0 2021-03-12 07:42:20 +00:00
Sergiu Ivanov d19fe92b88 oh-my-zsh: remove scolobb from maintainers 2021-03-10 12:01:05 -08:00
pacien 74a66734cd fishPlugins.fzf-fish: init at 5.6 2021-03-09 14:25:04 +01:00
pacien d7145807ad fishPlugins.fishtape_3: init at 3.0.1
Keeping fishtape 2.x and 3.x separate because they aren't compatible
with each other and are still both being used to test different packages.
2021-03-09 14:25:04 +01:00
pacien 97b64bd65e fishPlugins.clownfish: init at unstable-2021-01-17 2021-03-09 14:24:59 +01:00
Tim Steinbach 70701d0a68 oh-my-zsh: 2021-03-01 → 2021-03-08 2021-03-08 14:10:19 -05:00
R. RyanTM cd7edb91fd liquidprompt: 2.0.0 -> 2.0.2 2021-03-07 23:23:23 -05:00
Vincent Haupert 6aa878679a fish: execute fish tests
Still includes `coreutils` in `checkInputs`.

macOS: disables some pexpect tests which depend on pkill/pgrep
(see #103180).
2021-03-06 16:26:22 -08:00
Vincent Haupert b0c7213bd4 fish: fix passthru test
Patched file now uses double instead of single quotes.
2021-03-06 16:26:22 -08:00
Vincent Haupert 62f9a381a0 fish: 3.1.2 -> 3.2.0
functions/{type.fish,_.fish}: removed, now a builtin

macOS: disable codesigning with CMake flag instead of patching the
CMakeLists.txt.
2021-03-06 16:26:22 -08:00
Eduardo Sánchez Muñoz c6cc73ca9d zsh-autosuggestions: update comment 2021-03-03 11:08:11 +01:00
Mario Rodas eda0d785d3 xonsh: 0.9.24 -> 0.9.27 2021-03-03 04:20:00 +00:00
Mario Rodas 545bafa2d4
Merge pull request #114837 from marsam/update-oh
oh: 20160522 -> 0.8.0
2021-03-02 21:29:17 -05:00
Mario Rodas 1b9519428a
Merge pull request #114839 from marsam/update-mrsh
mrsh: 2020-11-04 -> 2021-01-10
2021-03-02 21:13:57 -05:00
Tim Steinbach a77d6a5f2e oh-my-zsh: 2021-02-21 → 2021-03-01 2021-03-02 14:45:23 -05:00
Mario Rodas 9c38717bb7 oh: 20160522 -> 0.8.0 2021-03-01 04:20:00 +00:00
Mario Rodas 106d36c3f1 mrsh: 2020-11-04 -> 2021-01-10 2021-03-01 04:20:00 +00:00
Vonfry 36b8a95d48
zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 2021-02-27 13:00:29 +08:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Sebastian Hasler f42a381c3e any-nix-shell: 1.2.0 -> 1.2.1
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
2021-02-24 22:24:57 +01:00
Tim Steinbach a59e171286 oh-my-zsh: 2021-02-09 → 2021-02-21 2021-02-22 10:07:14 -05:00
github-actions[bot] 93b17c1b4d
Merge master into staging-next 2021-02-21 18:17:22 +00:00
R. RyanTM a4d916ace3 nushell: 0.27.0 -> 0.27.1 2021-02-21 18:32:35 +01:00
zowoq 3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Oleksii Filonenko 5e51bbc9a3
Merge pull request #113591 from r-ryantm/auto-update/nushell
nushell: 0.26.0 -> 0.27.0
2021-02-18 16:24:11 +02:00
R. RyanTM 9d9921e3da nushell: 0.26.0 -> 0.27.0 2021-02-18 12:36:35 +00:00
Dominik Xaver Hörl cf3e8a7352 fish: avoid nontermination in fhs like setups 2021-02-17 11:31:29 -08:00
github-actions[bot] 3e0ef2752a
Merge staging-next into staging 2021-02-17 00:36:34 +00:00
pacien c6efc0b255 wrapFish: fix singleton expansion in shell init
This fixes the expansion of the configuration path in the pathological
case of a singleton, which would otherwise be used verbatim with the
surrounding braces for lookup.

GitHub: see https://github.com/NixOS/nixpkgs/pull/108491#pullrequestreview-590072603
2021-02-16 11:01:43 -08:00
github-actions[bot] a480c1ebb1
Merge staging-next into staging 2021-02-11 18:16:52 +00:00
qq 5f6dd10662 zsh-system-clipboard: init at 0.7.0 2021-02-11 20:01:06 +03:00
github-actions[bot] 95e9af5e42
Merge staging-next into staging 2021-02-11 06:16:39 +00:00
Sandro 64a33ee8ca
Merge pull request #112661 from 0qq/init/zsh-autopair 2021-02-11 01:39:41 +01:00
github-actions[bot] 8df773cc54
Merge staging-next into staging 2021-02-11 00:36:13 +00:00
R. RyanTM d27bff278e oil: 0.8.6 -> 0.8.7 2021-02-10 19:58:54 +00:00
github-actions[bot] bd317c9af1
Merge staging-next into staging 2021-02-10 18:16:40 +00:00
qq d3790990b8 zsh-autopair: init at 1.0 2021-02-10 19:04:09 +03:00
Tim Steinbach f72648de31
oh-my-zsh: 2021-01-31 → 2021-02-09 2021-02-10 10:20:19 -05:00
Jörg Thalheim 6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-02-09 10:54:55 +01:00
Nick Hu f34aeeab8c
zsh-prezto: make zshrc aware of where zsh-prezto is installed (#112448)
Without this, the bundled zshrc runcom is useless as it assumes that
zsh-prezto is installed in $ZDOTDIR:-$HOME/.zprezto, so it can't find
its entrypoint. Crucially, the home-manager zsh-prezto module uses this
runcom so is broken without this also.
2021-02-09 02:16:04 +00:00
Mario Rodas 031fc22851
Merge pull request #112151 from r-ryantm/auto-update/liquidprompt
liquidprompt: 1.12.1 -> 2.0.0
2021-02-08 20:29:04 -05:00
Sandro 93498b1526
Merge pull request #111295 from pasqui23/zinit 2021-02-08 10:15:10 +01:00
Martin Weinelt ed0fa8b85d
Merge pull request #110159 from r-ryantm/auto-update/oil
oil: 0.8.5 -> 0.8.6
2021-02-08 03:39:56 +01:00
R. RyanTM 80b38373f4 liquidprompt: 1.12.1 -> 2.0.0 2021-02-06 14:28:09 +00:00
Lily Ballard c4f980a063 fish: Add fishEnvPreInit option
This new option allows for replacing the sourcing of
/etc/fish/nixos-env-preinit.fish with another file, optionally passing
it through `fenv`. The idea here is that non-NixOS users can do
something like

    fish.override {
      fishEnvPreInit = sourceBash:
        sourceBash "${nix}/etc/profile.d/nix-daemon.sh";
    }

and this will set up their shell environment for Nix just as though they
were running NixOS.
2021-02-04 19:05:22 -08:00
Pasquale a98090337f zinit: 2.3 -> 3.7 2021-02-02 15:25:02 +01:00
Tim Steinbach b55eb99778
oh-my-zsh: 2021-01-27 → 2021-01-31 2021-02-01 15:22:16 -05:00
Kevin Griffin 62a50d89cc
babelfish: 1.0.1 -> 1.1.0 2021-02-01 21:25:48 +09:00
Sandro 50a03beacb
Merge pull request #111479 from twhitehead/tcsh
tcsh: workaround source moving to old subdirectory after new release
2021-01-31 19:30:00 +01:00
Tyson Whitehead 21bbf719ac
tcsh: workaround source moving to old subdirectory after new release 2021-01-31 12:13:21 -05:00
Mario Rodas 9a87970b7d elvish: 0.14.1 -> 0.15.0
https://elv.sh/blog/0.15.0-release-notes.html
2021-01-30 04:20:00 +00:00
Mario Rodas bed0b6a080
Merge pull request #111353 from r-ryantm/auto-update/nushell
nushell: 0.25.1 -> 0.26.0
2021-01-30 17:17:16 -05:00
R. RyanTM 0178d6646f nushell: 0.25.1 -> 0.26.0 2021-01-30 21:42:00 +00:00
Mario Rodas 0f73c7e25a
Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 15:22:38 -05:00
R. RyanTM 6d6af7e492 grml-zsh-config: 0.17.4 -> 0.18.0 2021-01-30 02:20:09 +00:00
Monson Shao d5b4c4fdac
zsh-prezto: install to right place 2021-01-30 02:25:59 +08:00
Tim Steinbach 25af703d2d
oh-my-zsh: 2021-01-20 → 2021-01-27 2021-01-27 18:14:29 -05:00
Josh Rickmar 6198e24f02 oksh: add shellPath for use as user shells
This allows the user shell to be set to pkgs.oksh instead of needing
a string like "${pkgs.oksh}/bin/oksh".
2021-01-26 09:30:50 -05:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Vonfry 057017ee86
zsh-fzf-tab: init at 2021-01-24 (#110694)
* zsh-fzf-tab: init at 2021-01-24

* Update pkgs/shells/zsh/zsh-fzf-tab/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 01:17:21 +01:00
Mario Rodas 35be8e34fe
Merge pull request #110535 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.15.0 -> 1.16.0
2021-01-24 11:01:56 -05:00
Sandro d14a61a4dc
Merge pull request #110593 from holymonson/prezto 2021-01-24 16:21:08 +01:00
Monson Shao 99b3d904e7
maintainers: add holymonson 2021-01-24 21:33:11 +08:00
Monson Shao 6f94d834a1
zsh-prezto: update to unstable 2021-01-24 21:32:01 +08:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
R. RyanTM 84733f9589 pure-prompt: 1.15.0 -> 1.16.0 2021-01-22 20:10:26 +00:00
Sandro 50b0911f6e
Merge pull request #110334 from kevingriffin/babelfish-1.0.1
babelfish: 1.0.0 -> 1.0.1
2021-01-21 17:04:24 +01:00
Kevin Griffin af1df42fec
babelfish: 1.0.0 -> 1.0.1 2021-01-21 22:22:34 +09:00
Tim Steinbach c6a31be155
oh-my-zsh: 2021-01-16 → 2021-01-20 2021-01-20 12:36:55 -05:00
R. RyanTM 2b01e4df1b oil: 0.8.5 -> 0.8.6 2021-01-20 13:17:45 +00:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Martin Weinelt 3144b2ee18
zsh-powerlevel10k: 1.14.4 -> 1.14.6 2021-01-19 20:33:49 +01:00
Christian Kampka f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Tim Steinbach 78dc8bf5c8
oh-my-zsh: 2021-01-14 → 2021-01-16 2021-01-18 10:42:42 -05:00
Wout Mertens 57c198236a
Merge pull request #109452 from wmertens/scponly
scponly: init at 4.8
2021-01-17 15:15:45 +01:00
Ben Siraphob 82ba45d59e pkgs/shells: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Sandro 85fda489f8
Merge pull request #109541 from cole-h/babelfish
babelfish: 0.1.3 -> 1.0.0
2021-01-17 00:59:43 +01:00
Cole Helbling 86b83264cb
babelfish: 0.1.3 -> 1.0.0
Notably, adds support for stdout redirections and fixes a failing test.
2021-01-16 07:34:32 -08:00
Wout Mertens cd0fa5ae48 scponly: init at 4.8
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-16 14:38:18 +01:00
Tim Steinbach 3d39348aac
oh-my-zsh: 2021-01-07 → 2021-01-14 2021-01-15 10:39:10 -05:00
Ben Siraphob e245ae3c3a pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
archaeron ab879aa622
nushell: 0.24.1 -> 0.25.1 2021-01-13 17:57:07 +01:00
Sandro 82fd153465
Merge pull request #108946 from kevingriffin/fish-babelfish 2021-01-12 14:27:04 +01:00
Kevin Griffin 8d0ddfc1b6
babelfish: init at version 0.1.3 2021-01-12 20:19:54 +09:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michele Guerini Rocco a306b088f6
Merge pull request #108491 from pacien/fishPlugins-wrapFish
wrapFish: add fish shell wrapper package
2021-01-11 09:10:52 +01:00
pacien 108fd69a8c fishPlugins.buildFishPlugin: rename checkFunctionPath parameter 2021-01-11 03:39:57 +01:00
pacien 648a3db934 fishPlugins.buildFishPlugin: use wrapFish 2021-01-11 00:47:56 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro af1a049c93
Merge pull request #105605 from siraben/oksh-init
oksh: init at 6.8.1
2021-01-09 17:40:36 +01:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
Tim Steinbach f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07 2021-01-08 14:03:10 +00:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Tim Steinbach c034059bca
oh-my-zsh: 2021-01-04 → 2021-01-05 2021-01-06 14:28:39 -05:00
pacien ae5c662182 wrapFish: add fish shell wrapper package
This adds a wrapper for fish which allows creating shells pre-initialised
with some completions, functions, and configuration scripts from given paths
or from fish plugin packages (`pkgs.fishPlugins.*`).

This is especially handy when one wants to try a plugin in an ephemeral shell.

GitHub: see https://github.com/NixOS/nixpkgs/pull/107834#discussion_r550612519
2021-01-05 17:20:39 +01:00
Michele Guerini Rocco 99bfa4bb60
Merge pull request #107834 from pacien/fishPlugins-init
fishPlugins: create scope and add some plugins
2021-01-05 16:48:22 +01:00
Tim Steinbach 02262c67ce
oh-my-zsh: 2021-01-02 → 2021-01-04 2021-01-05 10:30:29 -05:00
AndersonTorres 77f62f9820 tcsh: 6.22.02 -> 6.22.03 2021-01-05 08:55:24 -03:00
pacien d94921db12 fish-foreign-env: move to fishPlugins.foreign-env
And relocate the installed fish functions to the `vendor_functions.d` so
that they're automatically loaded.
2021-01-04 18:53:59 +01:00
pacien 59c1b6d0e7 fishPlugins.pure: init at 3.4.2 2021-01-04 18:51:11 +01:00
pacien 3a987feae1 fishPlugins.fishtape: init at 2.1.3 2021-01-04 18:51:11 +01:00
pacien c083b27791 fishPlugins: bootstrap fish plugin scope 2021-01-04 18:51:11 +01:00
github-actions[bot] f0187a2cf3
Merge staging-next into staging 2021-01-04 12:26:43 +00:00
Doron Behar cf0e54722d
Merge pull request #105301 from antifuchs/zsh-purity
zsh: Disable compiling in /usr/local/... as the site-function directory
2021-01-04 10:04:18 +02:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Tim Steinbach 88d2028549
oh-my-zsh: 2021-01-01 → 2021-01-02 2021-01-02 21:00:00 -05:00
Tim Steinbach 952b3f9651
oh-my-zsh: 2020-12-31 → 2021-01-01 2021-01-01 16:52:09 -05:00
github-actions[bot] a6f7ba3752
Merge staging-next into staging 2020-12-31 18:42:44 +00:00