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

if [ "$TERM" == "dumb" ]; then
  export HOME=/root
  cd $HOME
  export COLOR='--color=never'
  export LS_OPTIONS='--color=never'
else
  export COLOR='--color=auto'
  export LS_OPTIONS='--color=auto'
fi

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

# path set by /etc/profile
# export PATH

export PATH=.:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
