File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
# Loads the system's Bash completion modules.
4
4
# If Homebrew is installed (OS X), it's Bash completion modules are loaded.
5
5
6
+ # Load before other completions
7
+ # BASH_IT_LOAD_PRIORITY: 300
8
+
6
9
if shopt -qo nounset
7
10
then # Bash-completion is too large and complex to expect to handle unbound variables throughout the whole codebase.
8
11
__bash_it_restore_nounset=true
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function local_setup {
32
32
assert_link_exist " $BASH_IT /enabled/250---base.plugin.bash"
33
33
assert_link_exist " $BASH_IT /enabled/365---alias-completion.plugin.bash"
34
34
assert_link_exist " $BASH_IT /enabled/350---bash-it.completion.bash"
35
- assert_link_exist " $BASH_IT /enabled/350 ---system.completion.bash"
35
+ assert_link_exist " $BASH_IT /enabled/300 ---system.completion.bash"
36
36
}
37
37
38
38
@test " install: verify that a backup file is created" {
You can’t perform that action at this time.
0 commit comments