[zsh] Add fzf

This commit is contained in:
Tibo De Peuter 2023-09-29 08:21:05 +02:00 committed by Tibo De Peuter
parent 5f8b9ac136
commit 727c6ae616

View file

@ -8,6 +8,7 @@
home = {
packages = with pkgs; [
font-awesome
fzf
];
file = {
@ -25,6 +26,12 @@
};
initExtra = ''
eval "$(direnv hook zsh)"
# Add fzf
if [ -x "$(command -v fzf-share)" ]; then
source "$(fzf-share)/key-bindings.zsh"
source "$(fzf-share)/completion.zsh"
fi
'';
oh-my-zsh = {
enable = true;