From 5413a1fb010dcc4a3720b863fad28e11d98a2fc9 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 30 Mar 2025 12:26:50 +0200 Subject: [PATCH] improve loading fzf bash extension --- snamellit/common.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index d84446e..e740ca4 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -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