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 556f82f..950415c 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 --align " + export PAGER="ov --wrap=false --column-delimiter=: --align " BAT_CAT_PAGER="${PAGER} --quit-if-one-screen" fi alias cat="${BAT_CAT_PAGER:-${PAGER}} " diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh b/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh index 47dee2e..11c1f80 100644 --- a/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh +++ b/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh @@ -11,6 +11,7 @@ is_sourced() { } BASE_0=${BASE_0:-$0} +export SHELL="${SHELL:-${shell:+$(command -v ${shell})}}" BASE_SHELL=$(basename "$SHELL") is_cmd() {