Ver a proveniência

disable CR removal in PAGER

pull/1/head
10sr há 12 anos
ascendente
cometimento
c2a62117a6
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc Ver ficheiro

@@ -42,9 +42,9 @@ replace-cmd(){

export PS1="\$(__my_prompt_function)\$ "
# PROMPT_COMMAND=prompt_function
if iswindows
if false # iswindows
then
export PAGER="tr -d \\r | less"
export PAGER='tr -d \\r | less'
else
export PAGER="less"
fi


Carregando…
Cancelar
Guardar