Support fzf with home-manager
Because (to my knowledge) home-manager doesn't support fish-shell, I need to retain some fzf-specific configuration in my fish/config.fish file.
This commit is contained in:
parent
cb3d1da6c9
commit
f645b6dadf
2 changed files with 5 additions and 4 deletions
|
|
@ -57,6 +57,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.fzf = rec {
|
||||
defaultCommand = "fd --hidden --follow --exclude '.git'";
|
||||
fileWidgetCommand = defaultCommand;
|
||||
};
|
||||
|
||||
##############################################################################
|
||||
# Services
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue