Browse Source

add PATH c:\tools

raa0121 12 years ago
parent
commit
e5fc52c368
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@@ -32,7 +32,7 @@ elif [ $_uname = "Msys" ]; then
   LANG=ja_JP.sjis
   JLESSCHARSET="japanese-sjis"
   OUTPUT_CHARSET=sjis
-  PATH=$PATH:/d/Program/Git/bin
+  PATH=$PATH:/d/Program/Git/bin:/c/tools
 fi
 _vim=`which vim`
 vim(){