Updated some load priorities
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.pull/974/head
parent
dc7173b7ef
commit
9ebbf6e6e5
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Load after the other completions to understand what needs to be completed
|
||||||
|
# BASH_IT_LOAD_PRIORITY: 365
|
||||||
|
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'Automatic completion of aliases'
|
about-plugin 'Automatic completion of aliases'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Load after the system completion to make sure that the fzf completions are working
|
||||||
|
# BASH_IT_LOAD_PRIORITY: 375
|
||||||
|
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'load fzf, if you are using it'
|
about-plugin 'load fzf, if you are using it'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue