From 389f02e6ed2d0ceb195094249884be7ba34f2179 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 17:07:42 +0200 Subject: [PATCH] No longer need to manually set $OMARCHY_PATH --- bin/omarchy-version | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/omarchy-version b/bin/omarchy-version index 2292694a..4ac84815 100755 --- a/bin/omarchy-version +++ b/bin/omarchy-version @@ -1,6 +1,3 @@ #!/bin/bash -# set OMARCHY_PATH in case this is called by non bash environment -OMARCHY_PATH="/home/$USER/.local/share/omarchy" - git -C "$OMARCHY_PATH" describe --tags $(git -C "$OMARCHY_PATH" rev-list --tags --max-count=1)