simplify bashrc generation for fzf support
This commit is contained in:
parent
e796281e6a
commit
704da4022d
1 changed files with 3 additions and 4 deletions
|
@ -218,18 +218,17 @@
|
||||||
("ggpnp". "git pull && git push")
|
("ggpnp". "git pull && git push")
|
||||||
("grb" . "git rebase")
|
("grb" . "git rebase")
|
||||||
("grba" . "git rebase --abort")
|
("grba" . "git rebase --abort")
|
||||||
("grbc" . "git rebase --continue")))
|
("grbc" . "git rebase --continue")
|
||||||
|
("sway" . "sway --unsupported-gpu")))
|
||||||
(bashrc
|
(bashrc
|
||||||
(list
|
(list
|
||||||
|
(file-append fzf "/src/github.com/junegunn/fzf/shell/completion.bash")
|
||||||
(plain-file
|
(plain-file
|
||||||
"helpers"
|
"helpers"
|
||||||
(format #f "~{~a~&~}"
|
(format #f "~{~a~&~}"
|
||||||
(list
|
(list
|
||||||
"eval \"$(direnv hook bash)\""
|
"eval \"$(direnv hook bash)\""
|
||||||
"eval \"$(starship init bash)\""
|
"eval \"$(starship init bash)\""
|
||||||
(string-append
|
|
||||||
"source "
|
|
||||||
(file-append fzf "/src/github.com/junegunn/fzf/shell/completion.bash"))
|
|
||||||
)))))))
|
)))))))
|
||||||
(simple-service 'variant-packages-service
|
(simple-service 'variant-packages-service
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
|
|
Loading…
Add table
Reference in a new issue