瀏覽代碼

do not attempt to load /etc/bashrc

pull/1/head
10sr 12 年之前
父節點
當前提交
dd35e7661b
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      bashrc

+ 1
- 3
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"


Loading…
取消
儲存