소스 검색

bashrc: modify for cygwin

pull/1/head
10sr 11 년 전
부모
커밋
9e02f72fb1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      bashrc

+ 3
- 3
bashrc 파일 보기

@@ -264,9 +264,9 @@ null type port && {

if iscygwin; then
null type windate || \
alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"
alias cygsu="cygstart /cygwinsetup.exe"
alias ls="ls -CFG $(iswindows || test "$TERM" = dumb || echo --color=auto)"
alias windate="cmd.exe //c 'echo %DATE%-%TIME%'"
# alias cygsu="cygstart /cygwinsetup.exe"
# alias ls="ls -CFG $(iswindows || test "$TERM" = dumb || echo --color=auto)"
fi

g(){


불러오는 중...
취소
저장