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
remove rc.py
pull/1/head
10sr
hace 10 años
padre
1b0d65ef06
commit
0d68a7b840
Se han
modificado 1 ficheros
con
0 adiciones
y
12 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-12
rc.py
+ 0
- 12
rc.py
Ver fichero
@@ -1,12 +0,0 @@
#!/usr/bin/env python
try:
import readline
except ImportError:
print("Module readline not available.")
readline = None
else:
if "libedit" in readline.__doc__ :
readline.parse_and_bind("bind ^I rl_complete")
else :
readline.parse_and_bind("tab: complete")
Escribir
Vista previa
Cargando…
Cancelar
Guardar