nixpkgs/modules/programs/bash
Eelco Dolstra 0bae6c2c18 * Disable the "smart" tab completion again, because it causes lots of
problems:

  - It doesn't support filenames with spaces.
  - It inserts a space after the filename when tab-completing in an
    "svn" command.
  - Many people find it annoying that tab-completion on commands like
    "tar" only matches filenames with the "right" extension.
  - Lluís reported bash apparently crashing on some tab completions.

  We should probably make this optional, and maybe use a subset of the
  bash_completion file in the bash distribution that works.

svn path=/nixos/trunk/; revision=20179
2010-02-22 17:20:12 +00:00
..
bash.nix svn path=/nixos/trunk/; revision=18599 2009-11-24 15:05:08 +00:00
bashrc-user.sh * Moved the Bash configuration to modules/programs/bash. 2009-05-28 12:06:54 +00:00
bashrc.sh * Disable the "smart" tab completion again, because it causes lots of 2010-02-22 17:20:12 +00:00
inputrc * Moved the Bash configuration to modules/programs/bash. 2009-05-28 12:06:54 +00:00
profile.sh * Don't put /etc/nixos/nixos in ~/.nix-defexpr. 2009-07-15 08:45:29 +00:00