AccuRev Bash Environment - Installation Installation is trivial. Simply copy the file to your home directory and register the file to load when you log in. 1. save this file to your home directory as a hidden file eg. $cp bash_accurev $HOME/.bash_accurev 2. review exported values and customize if desired eg. $vim $HOME/.bash_accurev 3. register this file in your $HOME/.bash_profile to load on startup eg. [ -f ~/.bash_accurev ] && source ~/.bash_accurev Enjoy! Questions/Comments/Suggestions? davidpthomas at gmail.com