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
Check shrc loadability by bash and zsh
undefined
10sr
hace 10 años
padre
c4dd1eab15
commit
4f9a592779
Se han
modificado 1 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-1
test/run.sh
+ 4
- 1
test/run.sh
Ver fichero
@@ -8,9 +8,12 @@ top="$dir"/..
sh "$top"/setup.sh shrc_common
# shrc
cat <<__EOC__ | sh -si
for sh in sh bash zsh
do
cat <<__EOC__ | $sh -si
. "$top"/shrc || exit 1
__EOC__
done
# emacs
emacs --version
Escribir
Vista previa
Cargando…
Cancelar
Guardar