add zsh fzf plugin

This commit is contained in:
Frost-Phoenix 2023-12-06 22:11:52 +01:00
parent 0387ffe161
commit ab3a491b47

View file

@ -8,6 +8,7 @@
oh-my-zsh = {
enable = true;
plugins = [ "git" ];
plugins = [ "fzf" ];
};
shellAliases = {
@ -60,6 +61,5 @@
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}