Просмотр исходного кода

bashrc: modify for cygwin

pull/1/head
10sr 11 лет назад
Родитель
Сommit
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(){


Загрузка…
Отмена
Сохранить