dvm
dvm copied to clipboard
overrides .bashrc
my .bashrc file is not executed due to dvm installation creating a .bash_profile,
it should check and include,
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi