nixpkgs/pkgs/shells
Peter Simons 9f20aa5df6 bash: install extensive completion library in the interactive version
Add the command-line completion library to the "interactive" version of
bash. That code is *not* active by default. To enable it, run

 | . ${bash}/etc/bash_completion

in your ~/.bashrc. If you prefer to build bashInteractive without that
feature, use the following override in ~/.nixpkgs/config.nix to disable it:

 | {
 |   packageOverrides = pkgs:
 |   {
 |     bashInteractive = pkgs.bashInteractive.override {
 |       bashCompletion = null;
 |     };
 |   };
 | }

svn path=/nixpkgs/trunk/; revision=29244
2011-09-13 17:50:03 +00:00
..
bash bash: install extensive completion library in the interactive version 2011-09-13 17:50:03 +00:00
bash-completion bash-completion: fixed hard-coded reference to /etc 2011-09-12 17:31:11 +00:00
dash * Added dash. 2010-06-01 17:05:29 +00:00
ipython * getmail: don't use pythonFull. 2011-03-28 13:13:15 +00:00
rush GNU Rush 1.7. 2010-08-19 16:55:51 +00:00
tcsh * tcsh: create a "csh" symlink. 2009-06-13 16:09:26 +00:00
zsh Update zsh. 2010-01-31 12:13:38 +00:00