bash: support bash completion

This commit is contained in:
Robert Helgesson 2022-08-07 13:10:13 +02:00
parent d9e03b7f8c
commit f5e9879e74
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
6 changed files with 60 additions and 1 deletions

View file

@ -6,6 +6,7 @@ with lib;
config = {
programs.bash = {
enable = true;
enableCompletion = false;
sessionVariables = {
V1 = "v1";