From fcf1fc0f29755cc49b030e5b680bcacabb7fea9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 26 Aug 2021 09:33:33 +0200 Subject: [PATCH] add success emoji --- git-acab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-acab b/git-acab index 179a7f0..0a65146 100755 --- a/git-acab +++ b/git-acab @@ -65,4 +65,4 @@ while True: break if not args.quiet: - print('\ngot %s' % p.stdout.decode().strip()) + print('\ngot %s 🔥🚓' % p.stdout.decode().strip()) -- 2.39.2