From 52b30ebf5ab7a56f3dff69bcac9194d75b838c24 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 11 Mar 2024 12:30:40 +0700 Subject: [PATCH] config(zsh): disable moar statusbar --- data/zsh/bottom-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 5747b10..a4b88f7 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -122,7 +122,7 @@ fi # https://github.com/walles/moar if command -v moar &>/dev/null; then - export MOAR="-no-linenumbers -quit-if-one-screen -wrap" + export MOAR="-no-linenumbers -no-statusbar -quit-if-one-screen -wrap" export PAGER=moar fi