fzf: don't source automatically

The removed lines are identical to enabling fish integration in home-manager/nixos thus the options cannot disable it.
This commit is contained in:
Steve Walker
2025-08-14 20:34:09 +08:00
committed by GitHub
parent 6c3610fafc
commit a6bef88f3f
-6
View File
@@ -65,12 +65,6 @@ buildGoModule rec {
# Install shell integrations
install -D shell/* -t $out/share/fzf/
install -D shell/key-bindings.fish $out/share/fish/vendor_functions.d/fzf_key_bindings.fish
mkdir -p $out/share/fish/vendor_conf.d
cat << EOF > $out/share/fish/vendor_conf.d/load-fzf-key-bindings.fish
status is-interactive; or exit 0
fzf_key_bindings
EOF
cat <<SCRIPT > $out/bin/fzf-share
#!${runtimeShell}