From dd35e7661b5724e6a2b22fcbddc97d4c20723c64 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Feb 2012 21:20:56 +0900 Subject: [PATCH] do not attempt to load /etc/bashrc --- bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bashrc b/bashrc index bba53d1..3433a5e 100755 --- a/bashrc +++ b/bashrc @@ -1,6 +1,6 @@ #!/bin/bash -test -r /etc/bashrc && . /etc/bashrc +# test -r /etc/bashrc && . /etc/bashrc ########################## # system type @@ -352,8 +352,6 @@ winln(){ fi } -######################## - if iscygwin; then alias cygsu="cygstart /cygwinsetup.exe" alias emacs="CYGWIN=tty emacs -nw"