From 9e02f72fb117f2b73641da03040456f753bc9772 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 21 Jun 2013 10:26:16 +0900 Subject: [PATCH] bashrc: modify for cygwin --- bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 46e66ec..79dfca4 100755 --- a/bashrc +++ b/bashrc @@ -264,9 +264,9 @@ null type port && { if iscygwin; then null type windate || \ - alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'" - alias cygsu="cygstart /cygwinsetup.exe" - alias ls="ls -CFG $(iswindows || test "$TERM" = dumb || echo --color=auto)" + alias windate="cmd.exe //c 'echo %DATE%-%TIME%'" + # alias cygsu="cygstart /cygwinsetup.exe" + # alias ls="ls -CFG $(iswindows || test "$TERM" = dumb || echo --color=auto)" fi g(){