idk if I like this one either

This commit is contained in:
Daylin Morgan 2024-08-16 14:04:31 -05:00
parent faa5bca90f
commit 735d795455
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
PREFIX='%C(bold magenta)%h%C(reset)' # hash PREFIX='%C(bold magenta)%h%C(reset)%C(auto)%d%C(reset)' # hash, decorate
SUFFIX='%C(auto)%d%C(reset) %C(dim white)%aN%C(reset)|%C(green)%ar%C(reset)' # branch, author, time SUFFIX='%C(dim white) %aN%C(reset) %C(green) %ar%C(reset)' #author, time
format="$PREFIX %C(bold)%s%C(reset)$SUFFIX" format="$PREFIX %C(bold)󰍥 %s%C(reset) $SUFFIX"
exec git \ exec git \
log \ log \