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