Move alias and function creation to .gitpod.Dockerfile #16
Labels
bug
Something isn't working
fixed
Bug has been fixed
gitpod-config
Related to gitpod configuration (bash scripts etc...)
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Describe the bug
Any aliases written to
.bashrc
or.bash_profile
will only work out of the box from the Init terminal, other currrently open terminals (not new ones though) will not have those aliases or functions until a new terminal (in the case of.bashrc
) or.bash_profile
is sourced.Screenshots
Steps to reproduce
debug-on
in an currently open terminal that is not the Init terminal/Expected behavior
Any terminal should have all the aliases and functions available that were written in during the gitpod initialization.
Additional information
Eventually this system will need to be refactored to use
$HOME/.bashrc.d
so that.bashrc
does not become too bloated.The text was updated successfully, but these errors were encountered: