Restore the Shell Prompt

There is another change that happens when you enable a project. Running vovproject enable changes your shell prompt.

The new prompt contains the name of the local host, name and host of the current project, the current environment, and the last two components of the current directory.

For example:
[orange]% vep
orange tutorial@apple BASE john/test > _

The effect of this command is purely cosmetic; its purpose is to make you aware of the current environment and of the current project. Since it modifies the current shell, it is implemented as an alias for csh/tcsh users, and as a shell function for sh/ksh/bash.

To restore your original prompt, use the command veprestore:
orange tutorial@apple BASE john/test > veprestore
[orange]% _