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;
|
enable = true;
|
||||||
generateCompletions = true;
|
generateCompletions = true;
|
||||||
|
|
||||||
vendor = {
|
# vendor = {
|
||||||
config.enable = true;
|
# config.enable = true;
|
||||||
functions.enable = true;
|
# functions.enable = true;
|
||||||
completions.enable = true;
|
# completions.enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
# add dotnet completions if it exists (ie we're in a virtual environment)
|
# add dotnet completions if it exists (ie we're in a virtual environment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue