about summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* zsh-completions: 0.25.0 -> 0.26.0Franz Pletz2017-08-01
|
* bash-completion: 2.5 -> 2.7Robert Helgesson2017-07-19
|
* dash: 0.5.8 -> 0.5.9.1Joachim Fasting2017-07-13
| | | | Contains mostly fixes as far as I can tell.
* nix-zsh-completions: add missing version to derivation nameOle Jørgen Brønner2017-07-10
|
* nix-zsh-completions: 0.3 -> 0.3.1Ole Jørgen Brønner2017-07-10
|
* ion: init at 1.0.3dywedir2017-07-09
|
* fish-foreign-env: hide warnings when setting PATHrnhmjoj2017-07-08
|
* Merge pull request #27158 from tjikini/elvishJörg Thalheim2017-07-07
|\ | | | | elvish: 0.5 -> 0.9
| * elvish: remove unnecessary deps.nixJörg Thalheim2017-07-07
| | | | | | | | fully vendorized now
| * elvish: 0.5 -> 0.9tjikini2017-07-05
| |
* | lambda-mod-zsh-theme: 2017-05-21 -> 2017-07-05Maximilian Bosch2017-07-06
|/
* Merge branch 'master' into stagingVladimír Čunát2017-07-03
|\
| * oh-my-zsh: 2017-05-03 -> 2017-06-22Tim Steinbach2017-06-30
| |
* | bash: fix cygwin buildDavid McFarland2017-06-26
|/
* Merge pull request #26778 from therealpxc/fishJörg Thalheim2017-06-24
|\ | | | | fish: 2.5.0 -> 2.6.0
| * fish: 2.5.0 -> 2.6.0Patrick Callahan2017-06-22
| |
* | bash: Modernize derivation, hopefully fixing cross compilationJohn Ericson2017-06-22
|/
* rssh: don't set special bitsWill Dietz2017-06-16
|
* zsh-syntax-highlighting: 0.4.1 -> 0.5.0Robin Gloster2017-05-23
|
* zsh-completions: 0.18.0 -> 0.25.0Robin Gloster2017-05-23
|
* zsh-autosuggestions: 0.3.3 -> 0.4.0Robin Gloster2017-05-23
|
* Merge pull request #25835 from therealpxc/fishJörg Thalheim2017-05-22
|\ | | | | Fish: source NixOS environment on non-login shells + source shell init on NixOS even when parent shell has done so
| * fish: source NixOS environment on non-login shells, when it hasn't beenPatrick Callahan2017-05-19
| | | | | | | | | | | | | | | | sourced (this fixes issue #25789: https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and the issue with git-annex mentioned here https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
* | lambda-mod-zsh-theme: 2017-04-05 -> 2017-05-21Maximilian Bosch2017-05-21
|/
* oh-my-zsh: 2017-03-30 -> 2017-05-03Tim Steinbach2017-05-16
|
* fish: resolve NixOS-related initialization problemsPatrick Callahan2017-05-10
|
* fish-foreign-env: git-20151223 -> git-20170324Patrick Callahan2017-05-10
|
* Merge pull request #25515 from league/zsh-git-promptJörg Thalheim2017-05-09
|\ | | | | zsh-git-prompt: Init at 0.5
| * zsh-git-prompt: Init at 0.5Christopher League2017-05-07
| | | | | | | | | | | | | | | | | | | | | | This is a plugin of sorts for your `.zshrc` that can add status information about the current git repository to your prompt. By default it uses a python script and is thus easy on the dependencies and not really worth packaging. But there's also a Haskell implementation. I set it up sometime back, but then it died when the libgmp version it was compiled with disappeared in a garbage collection. So I decided that the Haskell version of zsh-git-prompt might be worth packaging after all.
* | lambda-mod-zsh-theme: add unstable infixJörg Thalheim2017-05-07
| |
* | lambda-mod-zsh-theme: 2015-12-15 -> 2017-04-05Maximilian Bosch2017-05-07
|/ | | | fixes #25492
* bash: Remove unnecessary 'Makefile.inc' that is keeping reference to ↵Tuomas Tynkkynen2017-04-26
| | | | | | | | | | | | | | | bootstrap-tools The file is an example makefile for developing bash plugins, and contains stuff like: ```` example: example.o $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS) ```` So no package is really going to depend on that, and it's making the .dev output keep a reference to the bootstrap tools. Just nuke it.
* oh-my-zsh: changed example commandDrawnWren2017-04-23
| | | Fixed a typo in the example command. oh-my-zsh-git -> oh-my-zsh
* mksh: 52c -> 55Joachim Fasting2017-04-23
|
* mksh: simplify expression somewhatJoachim Fasting2017-04-23
| | | | Also add myself to maintainers.
* Merge pull request #24479 from Ma27/init/lambda-mod-zsh-themeBenno Fünfstück2017-04-22
|\ | | | | lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
| * lambda-mod-zsh-theme: refactor install behavior to use `themes` dirMaximilian Bosch2017-04-09
| | | | | | | | | | | | | | | | Now it's possible to set the path of this derivation as `ZSH_CUSTOM` in the zsh configuration, so it's possible to use the theme directly from the store path. see https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes
| * lambda-mod-zsh-theme: fix broken `maintainers` expressionMaximilian Bosch2017-04-09
| |
| * lambda-mod-zsh-theme: refactor to use `fetchFromGitHub` for source retrievalMaximilian Bosch2017-04-09
| |
| * lambda-mod-zsh-theme: remove unnecessary `rec` declarationMaximilian Bosch2017-04-09
| |
| * lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31bMaximilian Bosch2017-04-09
| |
* | Merge pull request #24760 from matthewbauer/linux-only-pkgsPeter Simons2017-04-09
|\ \ | |/ |/| Mark linux-only pkgs
| * rssh: make linux-onlyMatthew Bauer2017-04-08
| |
* | oh-my-zsh: 2017-02-27 -> 2017-03-30Tim Steinbach2017-03-31
|/
* bash: 4.4p5 -> 4.4p12Eelco Dolstra2017-03-20
|
* Merge pull request #23875 from NeQuissimus/oh-my-zsh_2017-02-27Tim Steinbach2017-03-13
|\ | | | | oh-my-zsh: 2017-02-20 -> 2017-02-27
| * oh-my-zsh: 2017-02-20 -> 2017-02-27Tim Steinbach2017-03-13
| |
* | bash: Set bash_cv_getcwd_malloc=yes when cross compilingTuomas Tynkkynen2017-03-14
|/ | | | | | | | | | | | | Because if you don't, the configure script assumes that your getcwd() function is broken. Which then makes bash use it's own getcwd() implementation, which doesn't work if the path to the current directory contains bind mounts in its paths. This shows up as: shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor ... and fails the aarch64 glibc build with sandboxes enabled. Sigh.
* oh-my-zsh: 2017-01-15 -> 2017-02-20Tim Steinbach2017-02-21
|