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
upddate function mkcd
pull/1/head
10sr
hace 11 años
padre
5503ee3370
commit
7da46f2cbd
Se han
modificado 1 ficheros
con
8 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-2
bashrc
+ 8
- 2
bashrc
Ver fichero
@@ -496,8 +496,14 @@ tb(){
}
mkcd(){
mkdir -p $1
cd $1
if test -d "$1"
then
echo "Dir \"$1\" already exists."
else
mkdir -p "$1"
echo "Dir \"$1\" created."
fi
cd "$1"
}
if test -n "$TMUX" && null type reattach-to-user-namespace
Escribir
Vista previa
Cargando…
Cancelar
Guardar