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
shrc: Add new function root
pull/1/head
10sr
hace 10 años
padre
baae9593db
commit
7bfe3af653
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-0
shrc
+ 9
- 0
shrc
Ver fichero
@@ -433,6 +433,15 @@ cd(){
builtin cd "$@" && pwd
}
root(){
if test "`git rev-parse --is-inside-work-tree 2>/dev/null`" = true
then
cd "`git rev-parse --show-toplevel`"
else
cd /
fi
}
# pad
alias pad=notepad
__safe_alias pad=gedit
Escribir
Vista previa
Cargando…
Cancelar
Guardar