1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
build-support The string array needs to be comma separated 2011-09-13 15:53:26 +00:00
data
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
lib
misc Upgrading cups to 1.5.0 2011-09-13 13:57:46 +00:00
os-specific
servers
shells bash: install extensive completion library in the interactive version 2011-09-13 17:50:03 +00:00
stdenv
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