Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
stty erase \^h
pull/1/head
10sr
13 anos atrás
pai
2abf386107
commit
3f04055d93
1 arquivos alterados
com
4 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-1
bashrc
+ 4
- 1
bashrc
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar