axetroy/dvm

overrides .bashrc

Opened this issue · 0 comments

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