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
stty erase \^h
pull/1/head
10sr
13 anni fa
parent
2abf386107
commit
3f04055d93
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-1
bashrc
+ 4
- 1
bashrc
Vedi File
@@ -377,7 +377,10 @@ _echocolors(){
"\e[0m"
}
safe-cmd stty stop undef # unbind C-s to stop displaying output
null type stty && {
stty stop undef # unbind C-s to stop displaying output
stty erase '^h'
}
#########################
# for windose
Scrivi
Anteprima
Caricamento…
Annulla
Salva