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