changeset 581:b3c05c6be28d

Add support for msys shell
author nanaya <me@myconan.net>
date Thu, 04 Feb 2016 23:24:20 +0900
parents 5a0f3d427979
children 3e051a850ecf
files rc/bashrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Sun Oct 11 04:11:49 2015 +0900
+++ b/rc/bashrc	Thu Feb 04 23:24:20 2016 +0900
@@ -157,6 +157,10 @@
   CYGWIN*)
     export PATH="${PATH}:${_org_path}"
   ;;
+  MSYS_NT-*)
+    _has_gnu_ls=y
+    export PATH="${PATH}:${_org_path}"
+  ;;
 esac
 
 if [ "${_has_gnu_ls}" = y ]; then