improve loading fzf bash extension
This commit is contained in:
parent
7ceddd847f
commit
5413a1fb01
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue