Disable fish shell completions to speed up system rebuilds
This commit is contained in:
parent
fa90826de3
commit
dec52f06dc
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
||||||
|
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableCompletion = false;
|
||||||
interactiveShellInit = "nix-your-shell fish | source";
|
interactiveShellInit = "nix-your-shell fish | source";
|
||||||
loginShellInit = "nix-your-shell fish | source";
|
loginShellInit = "nix-your-shell fish | source";
|
||||||
functions = {
|
functions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue