From 9ebbf6e6e5796fb9679022ae5428b7e4eba378b3 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Tue, 16 May 2017 17:27:02 +0200 Subject: [PATCH] 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. --- plugins/available/alias-completion.plugin.bash | 3 +++ plugins/available/fzf.plugin.bash | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plugins/available/alias-completion.plugin.bash b/plugins/available/alias-completion.plugin.bash index c045c359..368d9f47 100644 --- a/plugins/available/alias-completion.plugin.bash +++ b/plugins/available/alias-completion.plugin.bash @@ -1,3 +1,6 @@ +# Load after the other completions to understand what needs to be completed +# BASH_IT_LOAD_PRIORITY: 365 + cite about-plugin about-plugin 'Automatic completion of aliases' diff --git a/plugins/available/fzf.plugin.bash b/plugins/available/fzf.plugin.bash index d96be3c9..aff89ea5 100644 --- a/plugins/available/fzf.plugin.bash +++ b/plugins/available/fzf.plugin.bash @@ -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 about-plugin 'load fzf, if you are using it'