#!/bin/bash

# omarchy:summary=Print the current Omarchy git branch

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