mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13:03 -04:00
add fzf integration
This commit is contained in:
parent
99714482de
commit
f061b3475a
1 changed files with 12 additions and 2 deletions
|
@ -27,6 +27,16 @@
|
|||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
fzf = {
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
zsh = {
|
||||
initExtra = ''
|
||||
eval $(fzf --zsh)
|
||||
'';
|
||||
};
|
||||
};
|
||||
# FIXME: this errors
|
||||
# programs = {
|
||||
# zsh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue