#!/usr/bin/env bash # Migration: switch the interactive shell from fish to bash (Omarchy bash setup). # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/fish-to-bash/install-fish-to-bash.sh"