summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
AgeCommit message (Collapse)Author
2021-01-30Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-configMario Rodas
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30grml-zsh-config: 0.17.4 -> 0.18.0R. RyanTM
2021-01-30zsh-prezto: install to right placeMonson Shao
2021-01-27oh-my-zsh: 2021-01-20 → 2021-01-27Tim Steinbach
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25zsh-fzf-tab: init at 2021-01-24 (#110694)Vonfry
* 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-24Merge pull request #110535 from r-ryantm/auto-update/pure-promptMario Rodas
pure-prompt: 1.15.0 -> 1.16.0
2021-01-24Merge pull request #110593 from holymonson/preztoSandro
2021-01-24maintainers: add holymonsonMonson Shao
2021-01-24zsh-prezto: update to unstableMonson Shao
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-22pure-prompt: 1.15.0 -> 1.16.0R. RyanTM
2021-01-21Merge pull request #110334 from kevingriffin/babelfish-1.0.1Sandro
babelfish: 1.0.0 -> 1.0.1
2021-01-21babelfish: 1.0.0 -> 1.0.1Kevin Griffin
2021-01-20oh-my-zsh: 2021-01-16 → 2021-01-20Tim Steinbach
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19zsh-powerlevel10k: 1.14.4 -> 1.14.6Martin Weinelt
2021-01-18treewide: remove kampka as maintainer (#109813)Christian Kampka
2021-01-18oh-my-zsh: 2021-01-14 → 2021-01-16Tim Steinbach
2021-01-17Merge pull request #109452 from wmertens/scponlyWout Mertens
scponly: init at 4.8
2021-01-16pkgs/shells: pkgconfig -> pkg-configBen Siraphob
2021-01-17Merge pull request #109541 from cole-h/babelfishSandro
babelfish: 0.1.3 -> 1.0.0
2021-01-16babelfish: 0.1.3 -> 1.0.0Cole Helbling
Notably, adds support for stdout redirections and fixes a failing test.
2021-01-16scponly: init at 4.8Wout Mertens
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-15oh-my-zsh: 2021-01-07 → 2021-01-14Tim Steinbach
2021-01-15pkgs/shells: stdenv.lib -> libBen Siraphob
2021-01-14gitAndTools: move everything to the top levelAlyssa Ross
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 98c34901969). 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-13nushell: 0.24.1 -> 0.25.1archaeron
2021-01-12Merge pull request #108946 from kevingriffin/fish-babelfishSandro
2021-01-12babelfish: init at version 0.1.3Kevin Griffin
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-11Merge pull request #108491 from pacien/fishPlugins-wrapFishMichele Guerini Rocco
wrapFish: add fish shell wrapper package
2021-01-11fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien
2021-01-11fishPlugins.buildFishPlugin: use wrapFishpacien
2021-01-09Merge master into staging-nextgithub-actions[bot]
2021-01-09Merge pull request #105605 from siraben/oksh-initSandro
oksh: init at 6.8.1
2021-01-08Merge master into staging-nextgithub-actions[bot]
2021-01-08oh-my-zsh: 2021-01-05 → 2021-01-07Tim Steinbach
2021-01-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-06oh-my-zsh: 2021-01-04 → 2021-01-05Tim Steinbach
2021-01-05wrapFish: add fish shell wrapper packagepacien
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-05Merge pull request #107834 from pacien/fishPlugins-initMichele Guerini Rocco
fishPlugins: create scope and add some plugins
2021-01-05oh-my-zsh: 2021-01-02 → 2021-01-04Tim Steinbach
2021-01-05tcsh: 6.22.02 -> 6.22.03AndersonTorres
2021-01-04fish-foreign-env: move to fishPlugins.foreign-envpacien
And relocate the installed fish functions to the `vendor_functions.d` so that they're automatically loaded.
2021-01-04fishPlugins.pure: init at 3.4.2pacien
2021-01-04fishPlugins.fishtape: init at 2.1.3pacien
2021-01-04fishPlugins: bootstrap fish plugin scopepacien
2021-01-04Merge staging-next into staginggithub-actions[bot]
2021-01-04Merge pull request #105301 from antifuchs/zsh-purityDoron Behar
zsh: Disable compiling in /usr/local/... as the site-function directory