dvm icon indicating copy to clipboard operation
dvm copied to clipboard

overrides .bashrc

Open solidpulse opened this issue 4 years ago • 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

solidpulse avatar May 07 '21 08:05 solidpulse