Commit Graph

1333 Commits

Author SHA1 Message Date
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
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