mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-09 14:03: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,7 +27,17 @@
|
|||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
# FIXME: this errors
|
||||
programs = {
|
||||
fzf = {
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
zsh = {
|
||||
initExtra = ''
|
||||
eval $(fzf --zsh)
|
||||
'';
|
||||
};
|
||||
};
|
||||
# FIXME: this errors
|
||||
# programs = {
|
||||
# zsh = {
|
||||
# # patchelf doesnt provide completions by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue