bash/dot-bashrc
cvsdist ebba50e24d auto-import changelog data from bash-2.04-11j3.src.rpm
Wed Sep 06 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move back /etc/skel/{.bash_profile,.bashrc,.bash_logout} from etcskel
    package
- modify /etc/skel/.bashrc and /etc/bashrc for i18n
Wed Sep 06 2000 ISHIKAWA Mutsumi <ishikaw@redhat.com>
- move /etc/skel/{.bash_profile,.bashrc,.bash_logout} to etcskel package
2004-09-09 03:25:12 +00:00

14 lines
237 B
Plaintext

# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export EMACS_IM="canna"
if [ "$LANG" = "ja" -o "$LANG" = "ja_JP.eucJP" ]; then
export JLESSCHARSET=japanese
fi