Commit 40c727e9 authored by nimrod's avatar nimrod
Browse files

Magic Wormhole tab completion.

parent d7df6c9d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# shellcheck shell=bash
# vim: ft=sh

if command -v wormhole >/dev/null
then
    eval "$(_WORMHOLE_COMPLETE=bash_source wormhole)"
fi