mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 13:33:02 -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"
|
"$HOME/.local/bin"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
programs = {
|
||||||
|
fzf = {
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
zsh = {
|
||||||
|
initExtra = ''
|
||||||
|
eval $(fzf --zsh)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
# FIXME: this errors
|
# FIXME: this errors
|
||||||
# programs = {
|
# programs = {
|
||||||
# zsh = {
|
# zsh = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue