bash: support bash completion
This commit is contained in:
parent
d9e03b7f8c
commit
f5e9879e74
6 changed files with 60 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ with lib;
|
|||
config = {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = false;
|
||||
|
||||
sessionVariables = {
|
||||
V1 = "v1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue