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
add func input
pull/1/head
10sr
12 anos atrás
pai
fe42b80582
commit
ee03818536
1 arquivos alterados
com
9 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+9
-0
bashrc
+ 9
- 0
bashrc
Ver arquivo
@@ -183,6 +183,15 @@ then
|| complete -o default -o nospace -F _git g
fi
input(){
(
stty -echo
read foo
stty echo
echo $foo
)
}
tmux(){
if test $# -eq 0
then
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar