Browse Source

fix some ENVs

pull/1/head
10sr 12 years ago
parent
commit
e33a0f74d1
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      README.txt
  2. +1
    -0
      bashrc
  3. +1
    -2
      profile
  4. +1
    -0
      xinitrc

+ 1
- 1
README.txt View File

@@ -6,7 +6,7 @@
|
`--~/.dotfiles/bashrc

~/.xinitrc <= startx (~/.config/openbox/autostart also executed)
~/.xinitrc <= startx
|
`--openbox-session
|


+ 1
- 0
bashrc View File

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


+ 1
- 2
profile View File

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


+ 1
- 0
xinitrc View File

@@ -16,4 +16,5 @@ xset s 1800 # go blank after 30 min

unset LC_MESSAGES
export LANG=ja_JP.utf8
export BROWSER=firefox


Loading…
Cancel
Save