소스 검색

disable CR removal in PAGER

pull/1/head
10sr 12 년 전
부모
커밋
c2a62117a6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc 파일 보기

@@ -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


불러오는 중...
취소
저장