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
use src-hilite if available for less
pull/1/head
10sr
hace 12 años
padre
886d412207
commit
8aa5491c36
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
bashrc
+ 6
- 0
bashrc
Ver fichero
@@ -46,6 +46,12 @@ else
fi
export LESS="-iRMX"
_src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`"
if test -n "$_src_hilite_lp_path"
then
export LESSOPEN="| $_src_hilite_lp_path %s"
fi
if null type vim
then
export EDITOR=vim
Escribir
Vista previa
Cargando…
Cancelar
Guardar