feat: add zoxide and fzf
This commit is contained in:
parent
d2f6c0eb26
commit
d9501b19ad
1 changed files with 10 additions and 0 deletions
|
@ -17,4 +17,14 @@
|
||||||
keys.normal."C-`" = "switch_to_uppercase";
|
keys.normal."C-`" = "switch_to_uppercase";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue