Closed
Description
As it is currently coded, dnvminstall.sh
first tries to add its hooks to ~/.bash_profile
, and only if that doesn't exist, goes for ~/.bashrc
. This behavior essentially prevents the hooks from working in non-login terminals (such as Gnome-started graphical one), which source ~/.bashrc
, but not ~/.bash_profile
.
Doing it the other way around would be beneficial, and not harmful, because ~/.bashrc
should normally be sourced from ~/.bash_profile
, and indeed, it is usually the default.
Metadata
Metadata
Assignees
Labels
No labels