#!/bin/bash

# archypr:summary=Print the current Omarchy git branch

echo $(git -C "$ARCHYPR_PATH" rev-parse --abbrev-ref HEAD)
