Update jump plugin

- remove z plugin
- remove fasd plugin
- update test that referenced fsad

Signed-off-by: John McBride <jpmmcbride@gmail.com>
This commit is contained in:
John McBride
2020-02-03 11:43:24 -07:00
parent eab3f6c469
commit 036c26dbed
5 changed files with 5 additions and 192 deletions

View File

@@ -53,7 +53,7 @@ function local_teardown {
@test "search: git" {
run _bash-it-search 'git' --no-color
assert_line -n 0 ' aliases: git gitsvn '
assert_line -n 1 ' plugins: autojump fasd git git-subrepo jgitflow jump '
assert_line -n 1 ' plugins: autojump git git-subrepo jgitflow jump '
assert_line -n 2 ' completions: git git_flow git_flow_avh '
}