instead of alias, created command omarchy-version

This commit is contained in:
Shigeto Kumagai
2025-08-09 01:26:24 +09:00
parent 3566ecfc89
commit 87e45db6d5

3
bin/omarchy-version Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
git -C "$OMARCHY_PATH" describe --tags $(git -C "$OMARCHY_PATH" rev-list --tags --max-count=1)