Safe array expansion
Signed-off-by: John McBride <jpmmcbride@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump). Add `e
|
||||
|
||||
__init_jump() {
|
||||
command -v jump &> /dev/null || return
|
||||
eval "$(jump shell bash ${JUMP_OPTS[@]})"
|
||||
eval "$(jump shell bash "${JUMP_OPTS[@]}")"
|
||||
}
|
||||
|
||||
__init_jump
|
||||
|
||||
Reference in New Issue
Block a user