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:
parent
9ec99b9d7f
commit
920ab27cfb
|
@ -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}} "
|
||||
|
|
Loading…
Reference in New Issue