system completion nitpicks

- General cleanup of system completion
- Use homebrew's completion loading script instead
- Deprecate completions covered by system
- Adjust load priority of brew to happen after system
This commit is contained in:
cornfeedhobo
2020-07-12 15:09:45 -05:00
parent 7dd5b3a67f
commit f40bfa80f1
4 changed files with 43 additions and 42 deletions

View File

@@ -128,8 +128,8 @@ function local_setup {
@test "helpers: enable the brew completion" {
run _enable-completion "brew"
assert_line -n 0 'brew enabled with priority 350.'
assert_link_exist "$BASH_IT/enabled/350---brew.completion.bash"
assert_line -n 0 'brew enabled with priority 375.'
assert_link_exist "$BASH_IT/enabled/375---brew.completion.bash"
}
@test "helpers: enable the node plugin" {