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

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"


Loading…
Cancel
Save