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