From 704da4022df0f297ce59ec8def917e969a3bcea5 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 30 Mar 2025 12:46:00 +0200 Subject: [PATCH] simplify bashrc generation for fzf support --- snamellit/common.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index e07c17c..6387da5 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -218,18 +218,17 @@ ("ggpnp". "git pull && git push") ("grb" . "git rebase") ("grba" . "git rebase --abort") - ("grbc" . "git rebase --continue"))) + ("grbc" . "git rebase --continue") + ("sway" . "sway --unsupported-gpu"))) (bashrc (list + (file-append fzf "/src/github.com/junegunn/fzf/shell/completion.bash") (plain-file "helpers" (format #f "~{~a~&~}" (list "eval \"$(direnv hook bash)\"" "eval \"$(starship init bash)\"" - (string-append - "source " - (file-append fzf "/src/github.com/junegunn/fzf/shell/completion.bash")) ))))))) (simple-service 'variant-packages-service home-channels-service-type