Explorar el Código

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr hace 11 años
padre
commit
176c2b1fe2
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      xinitrc

+ 7
- 0
xinitrc Ver fichero

@@ -34,3 +34,10 @@ do
export XDG_`__upper $f`_DIR=$XDG_DIRS/$f
mkdir -p $XDG_DIRS/$f
done

if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi

Cargando…
Cancelar
Guardar