From 73e725bf7b9bcf84348ee6a4681692e752bce1d2 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 29 Nov 2012 20:35:07 +0900 Subject: [PATCH] fix comment --- profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 066dd31..1b14c2c 100755 --- a/profile +++ b/profile @@ -21,7 +21,8 @@ __add_to_path(){ # export PATH="${PATH}:${HOME}/bin" __add_to_path ${HOME}/.local/bin /c/mingw/bin /c/mingw/msys/1.0/bin -# it is not so good http://archive.linux.or.jp/JF/JFdocs/Program-Library-HOWTO/shared-libraries.html +# it is not so good +# http://archive.linux.or.jp/JF/JFdocs/Program-Library-HOWTO/shared-libraries.html export LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH" type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10