comment programs.fish.vendor.*
This commit is contained in:
parent
7069840beb
commit
60a6b07c9d
1 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,11 @@
|
|||
enable = true;
|
||||
generateCompletions = true;
|
||||
|
||||
vendor = {
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
completions.enable = true;
|
||||
};
|
||||
# vendor = {
|
||||
# config.enable = true;
|
||||
# functions.enable = true;
|
||||
# completions.enable = true;
|
||||
# };
|
||||
|
||||
interactiveShellInit = ''
|
||||
# add dotnet completions if it exists (ie we're in a virtual environment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue