You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Entry point for this plugin. This is loaded possibly multiple times on tmux start or session restore. Outsource handling of multiple running instances to the runner. This script just starts the runner in the background.
set -o errexit
set -o pipefail
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"