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
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
hace 13 años
padre
ded1795df5
cc61617915
commit
5e119967a6
Se han
modificado 1 ficheros
con
11 adiciones
y
1 borrados
Unificar vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+11
-1
profile
+ 11
- 1
profile
Ver fichero
@@ -1,6 +1,16 @@
#!/bin/sh
#!/bin/sh
# ~/.dotfiles/profile
# # sample of ~/.profile
# . ~/.dotfiles/profile
# # if running bash
# if [ -n "$BASH_VERSION" ]; then
# # include .bashrc if it exists
# if [ -f "$HOME/.bashrc" ]; then
# . "$HOME/.bashrc"
# fi
# fi
# This not works when, for example, inherit parent ENV and load /etc/profile
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
# again.
Escribir
Vista previa
Cargando…
Cancelar
Guardar