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

@@ -1,9 +1,9 @@
cite about-plugin
about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump)'
about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump). Add `export JUMP_OPTS="bind=z"` to change keybinding'
__init_jump() {
command -v jump &> /dev/null || return
eval "$(jump shell --bind=z)"
eval "$(jump shell bash ${JUMP_OPTS[@]})"
}
__init_jump