Remove doubled code
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
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 && ! is_alias bat; then
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
fi
|
||||
@@ -11,4 +8,3 @@ fi
|
||||
if ! can_run bat && can_run batcat; then
|
||||
alias bat=batcat
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user