Procházet zdrojové kódy

do not attempt to load /etc/bashrc

pull/1/head
10sr před 12 roky
rodič
revize
dd35e7661b
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      bashrc

+ 1
- 3
bashrc Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit