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
add env TERM_ORIG, which save TERM whose val isnt screen*
pull/1/head
10sr
hace 12 años
padre
cf301d265a
commit
ab77e19b5c
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
bashrc
+1
-1
vimrc
+ 1
- 0
bashrc
Ver fichero
@@ -50,6 +50,7 @@ export LC_MESSAGES=C
export VISUAL="$EDITOR"
export GIT_PAGER="$PAGER"
export GIT_EDITOR="$EDITOR"
echo "$TERM" | grep '^screen' >/dev/null 2>&1 || export TERM_ORIG=$TERM
test -z "$TMP" && export TMP=/tmp/${USER}-tmp
mkdir -p "$TMP"
+ 1
- 1
vimrc
Ver fichero
@@ -26,7 +26,7 @@ set mouse=h " do not use mouse
set clipboard+=unnamed " use x clipboard, seems not to work
set browsedir=buffer " default dir for Explorer
"
la
ng
"
encodi
ng
set encoding=utf-8
set fileencodings=utf-8,shift-jis,euc-jp,latin1
Escribir
Vista previa
Cargando…
Cancelar
Guardar