[Nix-dev] Re: bash completion

Marc Weber marco-oweber at gmx.de
Thu Aug 7 15:15:44 CEST 2008


On Thu, Aug 07, 2008 at 02:11:11PM +0200, Peter Simons wrote:
> Marc Weber writes:
>  > Has anyone thought about how to add bash completion features to nixos
>  > yet?
> Would installing those files to $out/etc/bash_completion.d/$name suffice?
And then use for i in ~/.nix-profile/etc/bash_completion.d/*; do source $i; done?
Probably the best way.

Marc



More information about the nix-dev mailing list