AccuRev Bash Completion - Installation Installation is trivial. Simply copy the file to your home directory and register the file to load when you log in. 1) Copy 'accurev_completion' to your home directory eg. cp accurev_completion $HOME/.accurev_completion 2) Register completion in bash startup file: $HOME/.bash_profile eg. [[ -f ${HOME}/.accurev_completion ]] && source ${HOME}/.accurev_completion Make sure the file is chmod 644 so you have access to load it. Questions/Comments/Suggestions? davidpthomas at gmail.com