dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 1243b110b7779a6b20da225bde3ff57a296cc6b5 (patch)
parent b4cfd2f1a880e6721e8f2affe6766a8614182478
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat,  3 Sep 2022 11:12:19 -0400

acme: Update `gls` to show branch names

Diffstat:
Mbin/acme-scripts/gls | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/acme-scripts/gls b/bin/acme-scripts/gls @@ -1,2 +1,2 @@ #!/bin/sh -exec gl --stat "$@" +exec gl --stat --decorate "$@"