overrides .bashrc
Opened this issue · 0 comments
solidpulse commented
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
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