Browse Source

xinitrc: remove function __upper

pull/1/head
10sr 10 years ago
parent
commit
df5d75cd35
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      xinitrc

+ 0
- 4
xinitrc View File

@@ -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"


Loading…
Cancel
Save