Start with a blank column_delimiter, but aligned

This allows to align, even though Alt+f doesn't work for me in my terminal
This commit is contained in:
Gal Szkolnik 2025-05-08 21:18:34 +00:00
parent 9ec99b9d7f
commit 920ab27cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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}} "