fzf: disable shell integrations
This commit is contained in:
parent
333b7f60e6
commit
18cfe20b50
2 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
../programs/nushell.nix
|
||||
../programs/atuin.nix
|
||||
../programs/direnv.nix
|
||||
../programs/fzf.nix
|
||||
../programs/starship.nix
|
||||
../programs/zoxide.nix
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
header = "#6272a4";
|
||||
};
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue