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
update input
pull/1/head
10sr
12 anos atrás
pai
ee03818536
commit
c8558eb787
1 arquivos alterados
com
5 adições
e
6 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-6
bashrc
+ 5
- 6
bashrc
Ver arquivo
@@ -184,12 +184,11 @@ then
fi
input(){
(
stty -echo
read foo
stty echo
echo $foo
)
local foo
stty -echo
read foo
stty echo
echo $foo
}
tmux(){
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar