about summary refs log tree commit diff
path: root/pkgs/shells/bash-completion
Commit message (Collapse)AuthorAge
* bash-completion: call readlink without errors on DarwinNick Novitski2017-02-11
|
* bash-completion: 2.4 -> 2.5Robert Helgesson2017-02-06
|
* bash-completion: 2.1 -> 2.4Robert Helgesson2016-09-28
|
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* bash-completion: remove collisionPeter Hoeg2016-03-20
| | | | nmcli is already provided by network-manager
* bash-completion: fix bad array subscript error. Closes #6117Ivan Sorokin2015-02-12
|
* bash-completion: update to version 2.1Peter Simons2013-04-10
|
* bash-completion: update to current git HEAD at 2.0-95-gd08b9f2Peter Simons2013-01-30
| | | | The 2.0 release is 7+ months old, and there has been lots of activity since.
* bash-completion: remove NixOS-specific patchPeter Simons2012-10-16
| | | | | | | | The new bash-completion support in NixOS doesn't require this patch anymore. Besides, the patch was insufficient for most purposes anyway: Bash completion modules are spread out over all user profiles listed in $NIX_PROFILES (plus the current-system profile), so getting full support for all installed modules requires support for more than one "bash_completion.d" directory anyway.
* bash-completion: automatically source any completion files that the user ↵Peter Simons2012-08-20
| | | | might have installed in ~/.nix-profile/etc/bash_completion.d
* bash-completion: update to version 2.0Peter Simons2012-08-20
| | | | | | | Please note that this update changes the directory structure quite a bit. In particular, the file "/etc/bash_completion" no longer exists, which means that shell code which relies on that path must be updated. I'll commit appropriate changes for NixOS in a moment.
* bash-completion: fixed hard-coded reference to /etcPeter Simons2011-09-12
| | | | svn path=/nixpkgs/trunk/; revision=29226
* all-packages.nix: added package bash-completionPeter Simons2011-07-21
svn path=/nixpkgs/trunk/; revision=27895