From e33a0f74d11eb89c4cf02106e82833344a3886e9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 13 Mar 2012 01:26:58 +0900 Subject: [PATCH] fix some ENVs --- README.txt | 2 +- bashrc | 1 + profile | 3 +-- xinitrc | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 678cf35..afbcd80 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ | `--~/.dotfiles/bashrc -~/.xinitrc <= startx (~/.config/openbox/autostart also executed) +~/.xinitrc <= startx | `--openbox-session | diff --git a/bashrc b/bashrc index d49b570..c4fe1cb 100755 --- a/bashrc +++ b/bashrc @@ -83,6 +83,7 @@ alias ls="ls -hCFG $(test "$TERM" == dumb || echo --color=auto\ )--time-style=lo # alias less="" alias vl=/usr/share/vim/vimcurrent/macros/less.sh alias em="emacs -nw" +alias pstree="LANG=C pstree" # alias apt-get="sudo apt-get" alias ut="ssh 6365454829@un001.ecc.u-tokyo.ac.jp" alias rand="echo \$RANDOM" diff --git a/profile b/profile index e7c860a..e49d88c 100755 --- a/profile +++ b/profile @@ -1,11 +1,10 @@ #!/bin/sh # export PS1="\$ " -export LANG=C # ja_JP.UTF-8 +# export LANG=ja_JP.UTF-8 export LC_TIME=C export TERMCAP="${TERMCAP}:vb=" export HOSTNAME -export BROWSER=firefox export ENV=~/.shrc # export TMP=/tmp # export TEMP=/tmp diff --git a/xinitrc b/xinitrc index ec48f75..ffede58 100644 --- a/xinitrc +++ b/xinitrc @@ -16,4 +16,5 @@ xset s 1800 # go blank after 30 min unset LC_MESSAGES export LANG=ja_JP.utf8 +export BROWSER=firefox