fix: disable shared shell history

There is some bug preventing the fzf history selection from the widget
to be pasted.
This commit is contained in:
Tim Schubert 2024-11-25 00:02:41 +01:00
parent bd89f8498e
commit 71de974847
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -26,7 +26,9 @@ in
ignoreDups = true;
ignoreSpace = true;
save = 100000;
share = true;
# FIXME https://github.com/junegunn/fzf/issues/4061
#share = true;
share = false;
};
plugins = [
];