These will not work yet, since they are used across component types, but this will start working once everything is loaded from the same "enabled" directory.
8 lines
220 B
Bash
8 lines
220 B
Bash
# Load after the system completion to make sure that the fzf completions are working
|
|
# BASH_IT_LOAD_PRIORITY: 375
|
|
|
|
cite about-plugin
|
|
about-plugin 'load fzf, if you are using it'
|
|
|
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|