Browse Source

fix comment

pull/1/head
10sr 11 years ago
parent
commit
73e725bf7b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      profile

+ 2
- 1
profile View File

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


Loading…
Cancel
Save