From 694eb7dd2ba1d0fccf9b22e02b1215a03e4a5812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 26 Jul 2026 21:51:47 +0200 Subject: [PATCH] remove pager --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 0785530..b5c3bb4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,6 +52,10 @@ apt install -y \ vim \ acl +# base setup +echo 'export SYSTEMD_PAGER=cat' >> ~/.bashr +source /home/tomasr/.bashrc + ################################################################################ # Docker ################################################################################