Files
linux-workspace/rc/env.sh
2022-02-06 18:55:41 +01:00

10 lines
214 B
Bash

export PAGER=less
export EDITOR=vim
# https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1
if can_run bat; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
fi