# ~/.profile: executed by Bourne-compatible login shells.

export LC_ALL=C
export LANG=C
export LANGUAGE=C
export EDITOR=vim
export VISUAL=vim

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n 2> /dev/null || true