From d169a3afc646343b574d9cecde9983df71a45c95 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Wed, 28 Sep 2016 14:26:00 +0800 Subject: =?UTF-8?q?bash=5Finclude:=20=E4=BF=AE=E6=AD=A3=E5=89=8D=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E4=BF=AE=E6=94=B9=E7=9A=84=E5=88=A4=E6=96=B7=E5=BC=8F?= =?UTF-8?q?=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_include b/bash_include index 252bb00..4fbaf65 100644 --- a/bash_include +++ b/bash_include @@ -119,7 +119,7 @@ nocolorprompting="${nocolorprompting}"'\$ ' colorsecondprompting="\[\e[36m\]-->\[\e[m\] " nocolorsecondprompting="--> " -if [ "${BASH_VERSINFO[0]}" -gt "5" ] || [ "${BASH_VERSINFO[0]}" -eq "4" -a "${BASH_VERSINFO[1]}" -eq "3" ]; then +if [ "${BASH_VERSINFO[0]}" -ge "5" ] || [ "${BASH_VERSINFO[0]}" -eq "4" -a "${BASH_VERSINFO[1]}" -ge "3" ]; then HISTSIZE=-1 HISTFILESIZE=-1 else -- cgit v1.2.3