Explorar el Código

iscygwin -> iswindows in catclip and setclip

pull/1/head
10sr hace 12 años
padre
commit
6b0519a1ed
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc Ver fichero

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


Cargando…
Cancelar
Guardar