Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
do not use paren in clock()
pull/1/head
10sr
hace 12 años
padre
06a2dfd562
commit
fd04f17e0c
Se han
modificado 1 ficheros
con
9 adiciones
y
11 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-11
bashrc
+ 9
- 11
bashrc
Ver fichero
@@ -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(){
Escribir
Vista previa
Cargando…
Cancelar
Guardar