Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
iscygwin -> iswindows in catclip and setclip
pull/1/head
10sr
13 anni fa
parent
617dc740a1
commit
6b0519a1ed
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
.bashrc
+ 2
- 2
.bashrc
Vedi File
@@ -84,7 +84,7 @@ gitls(){
done
}
catclip(){
if is
cyg
win
if iswin
dows
then
cat /dev/clipboard | tr -d \\r
else
@@ -92,7 +92,7 @@ catclip(){
fi
}
setclip(){
if is
cyg
win
if iswin
dows
then
if test $# -eq 0
then
Scrivi
Anteprima
Caricamento…
Annulla
Salva