Ver código fonte

.bashrc: add func ismsys() and iscygwin()

pull/1/head
10sr 12 anos atrás
pai
commit
8c337abaaa
1 arquivos alterados com 7 adições e 2 exclusões
  1. +7
    -2
      .bashrc

+ 7
- 2
.bashrc Ver arquivo

@@ -195,9 +195,13 @@ iswindows(){
uname | grep -iE 'windows|MINGW' >/dev/null 2>&1
}

ismsys(){}
ismsys(){
:
}

iscygwin(){}
iscygwin(){
:
}

isdarwin(){
uname | grep -E 'Darwin' >/dev/null 2>&1
@@ -249,3 +253,4 @@ safe-exec diskinfo
finger $USER
LANG=C id



Carregando…
Cancelar
Salvar