Explorar el Código

xinitrc: remove function __upper

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

+ 0
- 4
xinitrc Ver fichero

@@ -40,10 +40,6 @@ export LANG=ja_JP.utf8
export BROWSER=firefox
#export DMENU_FONT='-*-dejavu sans mono-*-r-*-*-11-*-*-*-*-*-*-*'

__upper(){
echo $1 | tr '[:lower:]' '[:upper:]'
}

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


Cargando…
Cancelar
Guardar