export PATH=~/bin:${PATH} # Language configuration case $TERM in xterm*) export LANG="ja_JP.UTF-8" ;; *) export LANG="en_GB.UTF-8" ;; esac if [ -e /boot/nofsprotect ] then echo "[fsprotect: writable]" PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01;31m\][writable]\[\033[00m\] :\[\033[01;34m\]\w \$\[\033[00m\] ' else echo "[fsprotect: protected]" PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01;30m\][protected]\[\033[00m\] :\[\033[01;34m\]\w \$\[\033[00m\] ' fi