This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
disable CR removal in PAGER
pull/1/head
10sr
пре 13 година
родитељ
7eb6da0b43
комит
c2a62117a6
1 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Откажи
Сачувај