if [ -f ~/.bash_profile ]; then
   echo 'export PATH=~/.zpe/:$PATH' >>~/.bash_profile
   echo 'MANPATH=~/.zpe/man/zpe.1.gz:$MANPATH; export MANPATH' >>~/.bash_profile
   source ~/.bash_profile
fi