mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
No longer need to manually set $OMARCHY_PATH
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user