From 920ab27cfbd04f083d0bb2df35aa714170c44768 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Thu, 8 May 2025 21:18:34 +0000 Subject: [PATCH] Start with a blank column_delimiter, but aligned This allows to align, even though Alt+f doesn't work for me in my terminal --- chezmoi.roots/_home/private_dot_config/sz.env/991_pager.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/991_pager.env b/chezmoi.roots/_home/private_dot_config/sz.env/991_pager.env index 950415c..deffa6f 100644 --- a/chezmoi.roots/_home/private_dot_config/sz.env/991_pager.env +++ b/chezmoi.roots/_home/private_dot_config/sz.env/991_pager.env @@ -8,7 +8,7 @@ fi if is_cmd ov; then . <( ov completion "${SHELL##*/}" ) alias less="ov --wrap=false " - export PAGER="ov --wrap=false --column-delimiter=: --align " + export PAGER="ov --wrap=false --column-delimiter='' --align " BAT_CAT_PAGER="${PAGER} --quit-if-one-screen" fi alias cat="${BAT_CAT_PAGER:-${PAGER}} "