Browse Source

do not attempt to load /etc/bashrc

pull/1/head
10sr 12 years ago
parent
commit
dd35e7661b
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      bashrc

+ 1
- 3
bashrc View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash


test -r /etc/bashrc && . /etc/bashrc
# test -r /etc/bashrc && . /etc/bashrc


########################## ##########################
# system type # system type
@@ -352,8 +352,6 @@ winln(){
fi fi
} }


########################

if iscygwin; then if iscygwin; then
alias cygsu="cygstart /cygwinsetup.exe" alias cygsu="cygstart /cygwinsetup.exe"
alias emacs="CYGWIN=tty emacs -nw" alias emacs="CYGWIN=tty emacs -nw"


Loading…
Cancel
Save