Ver código fonte

iswindows -> iscygwin

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

+ 2
- 2
.bashrc Ver arquivo

@@ -84,7 +84,7 @@ gitls(){
done done
} }
catclip(){ catclip(){
if iswindows
if iscygwin
then then
cat /dev/clipboard | tr -d \\r cat /dev/clipboard | tr -d \\r
else else
@@ -92,7 +92,7 @@ catclip(){
fi fi
} }
setclip(){ setclip(){
if iswindows
if iscygwin
then then
if test $# -eq 0 if test $# -eq 0
then then


Carregando…
Cancelar
Salvar