6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Print the current Omarchy git branch
|
|
|
|
echo $(git -C "$ARCHYPR_PATH" rev-parse --abbrev-ref HEAD)
|