improve loading fzf bash extension

This commit is contained in:
Peter Tillemans 2025-03-30 12:26:50 +02:00
parent 7ceddd847f
commit 5413a1fb01

View file

@ -228,7 +228,9 @@
(list
"eval \"$(direnv hook bash)\""
"eval \"$(starship init bash)\""
"source `guix locate fzf | grep bash_completion | awk -e '{print $2}'`"
(string-append
"source "
(file-append fzf "/src/github.com/junegunn/fzf/shell/completion.bash"))
)))))))
(simple-service 'variant-packages-service
home-channels-service-type