From 9a3bd6dc3070e2222800198eb73d655695ebb357 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Wed, 10 May 2017 11:12:04 +0200 Subject: [PATCH] Added load priority for nvm plugin --- plugins/available/nvm.plugin.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/available/nvm.plugin.bash b/plugins/available/nvm.plugin.bash index f08fcb61..e845d922 100644 --- a/plugins/available/nvm.plugin.bash +++ b/plugins/available/nvm.plugin.bash @@ -1,5 +1,7 @@ # Bash-it no longer bundles nvm, as this was quickly becoming outdated. # +# BASH_IT_LOAD_PRIORITY: 225 +# # Please install nvm from https://github.com/creationix/nvm.git if you want to use it. cite about-plugin