overrides .bashrc
Open
- Dominant language
- Go
- Stars
- 165
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the dvm installation entry point that creates .bash_profile and inspect how it handles an existing shell configuration. Verify that the generated profile includes $HOME/.bashrc when that file exists, then test the installation flow to confirm the existing .bashrc is executed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100