Explorar el Código

add ENV DMENU_FONT for my use

pull/1/head
10sr hace 12 años
padre
commit
0854873e37
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +2
    -1
      bashrc
  2. +1
    -0
      xinitrc

+ 2
- 1
bashrc Ver fichero

@@ -150,7 +150,7 @@ then
|| complete -o default -o nospace -F _git g
fi

crypt-stream(){
mcrypt-stream(){
test $# -eq 2 || return 1
case $1 in
en)
@@ -159,6 +159,7 @@ crypt-stream(){
base64 -d | mcrypt -d --key $2 ;;
esac
}

gpg-stream(){
test $# -eq 2 || return 1
case $1 in


+ 1
- 0
xinitrc Ver fichero

@@ -18,6 +18,7 @@ xset dpms 1810 1820 1830 # standby, suspend and off seem not to be differ
unset LC_MESSAGES
export LANG=ja_JP.utf8
export BROWSER=firefox
export DMENU_FONT='-*-dejavu sans mono-*-r-*-*-11-*-*-*-*-*-*-*'

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


Cargando…
Cancelar
Guardar