nixpkgs/pkgs
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
..
applications * Chromium updated to the latest version. Because Chromium now used 2011-09-11 20:48:02 +00:00
build-support The string array needs to be comma separated 2011-09-13 15:53:26 +00:00
data SDO-0.8.0 2011-08-29 22:48:36 +00:00
desktops Fix kremotecontrol build. 2011-09-12 18:46:21 +00:00
development haskell-hledger-web: added version 0.15.3 2011-09-13 17:35:18 +00:00
games Update LiquidWar 2011-08-30 05:26:39 +00:00
lib * Allow literal examples to be included in the manual. 2011-09-05 10:14:24 +00:00
misc Upgrading cups to 1.5.0 2011-09-13 13:57:46 +00:00
os-specific linux-3.1.nix: Bump to rc5 2011-09-12 03:38:12 +00:00
servers * Zabbix updated to 1.8.7. 2011-09-09 09:39:43 +00:00
shells bash: install extensive completion library in the interactive version 2011-09-13 17:50:03 +00:00
stdenv * Typo. 2011-07-01 09:50:34 +00:00
test
tools * Updated nixUnstable. 2011-09-12 10:02:03 +00:00
top-level haskell-hledger-web: added version 0.15.3 2011-09-13 17:35:18 +00:00