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
update detecting interactive run
pull/1/head
10sr
hace 12 años
padre
061591827c
commit
3aed54b8c1
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
bashrc
+ 1
- 1
bashrc
Ver fichero
@@ -1,7 +1,7 @@
#!/bin/bash
# If not running interactively, don't do anything
[
-z "$PS1"
] && return
[
[ $- != *i* ]
] && return
##########################################
null(){
Escribir
Vista previa
Cargando…
Cancelar
Guardar