simplify bashrc generation for fzf support

This commit is contained in:
Peter Tillemans 2025-03-30 12:46:00 +02:00
parent e796281e6a
commit 704da4022d

View file

@ -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