add zsh fzf plugin
This commit is contained in:
parent
0387ffe161
commit
ab3a491b47
|
@ -8,6 +8,7 @@
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
plugins = [ "fzf" ];
|
||||
|
||||
};
|
||||
shellAliases = {
|
||||
|
@ -60,6 +61,5 @@
|
|||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue