comment programs.fish.vendor.*

This commit is contained in:
Emile Clark-Boman 2025-08-12 21:11:38 +10:00
parent 7069840beb
commit 60a6b07c9d

View file

@ -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)