No longer need to manually set $OMARCHY_PATH

This commit is contained in:
David Heinemeier Hansson 2025-08-11 17:07:42 +02:00
parent ccbe7c817b
commit 389f02e6ed

View File

@ -1,6 +1,3 @@
#!/bin/bash #!/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) git -C "$OMARCHY_PATH" describe --tags $(git -C "$OMARCHY_PATH" rev-list --tags --max-count=1)