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
do not use paren in clock()
pull/1/head
10sr
12 anos atrás
pai
06a2dfd562
commit
fd04f17e0c
1 arquivos alterados
com
9 adições
e
11 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+9
-11
bashrc
+ 9
- 11
bashrc
Ver arquivo
@@ -249,17 +249,15 @@ fi
alias setup.py="sudo python3 setup.py install --record files.txt"
clock(){
(
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
sleep 1
done
)
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
sleep 1
done
}
man(){
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar