fzf: fix
This commit is contained in:
parent
3b9b917b94
commit
d4febae38f
1 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@
|
|||
header = "#6272a4";
|
||||
};
|
||||
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue