From d37d8a0c664199af4810c29f38723775dfc0a19f Mon Sep 17 00:00:00 2001
From: 3wc <3wc.git@doesthisthing.work>
Date: Mon, 26 Oct 2020 11:57:48 +0200
Subject: [PATCH] Add default --tail option to `abra logs`

---
 abra | 1 +
 1 file changed, 1 insertion(+)

diff --git a/abra b/abra
index 00c5e99..6fd8c95 100755
--- a/abra
+++ b/abra
@@ -482,6 +482,7 @@ sub_logs (){
 	if [ $# -eq 0 ]; then
 		LOGS_ARGS="\
 		--follow \
+		--tail 20 \
 		--no-trunc \
 		--details \
 		--timestamps"