From b84411ef1cdfd836197a5b86b2a809a3062d0abb Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 5 Jun 2012 19:14:06 +0900 Subject: [PATCH] bash halt when uncomment this line --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 6578518..f581fba 100755 --- a/profile +++ b/profile @@ -27,6 +27,7 @@ __add_to_path(){ } # export PATH="${PATH}:${HOME}/bin" __add_to_path ${HOME}/bin +#PATH="/c/mingw/bin/:$PATH:/c/mingw/msys/1.0/bin/" type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10 # in my environment powerdown does not work