bash: fix broken completion

This commit is contained in:
Domen Kožar 2013-09-27 01:13:20 +02:00
parent df6f5ade40
commit 5384b04ead

View File

@ -198,6 +198,11 @@ in
users.defaultUserShell = mkDefault "/run/current-system/sw/bin/bash";
environment.pathsToLink = optionals cfg.enableCompletion [
"/etc/bash_completion.d"
"/share/bash-completion"
];
environment.shells =
[ "/run/current-system/sw/bin/bash"
"/var/run/current-system/sw/bin/bash"