geo-coop/.ddev/homeadditions
2019-08-08 17:35:33 -04:00
..
bash_aliases.example Commit all the ddev commands and home additions that are now there 2019-08-08 17:35:33 -04:00
README.txt Commit all the ddev commands and home additions that are now there 2019-08-08 17:35:33 -04:00

Files in .ddev/homeadditions will be copied into the web container's home directory.

An example bash_aliases.example is provided here. To make this file active you can either

cp bash_aliases.example .bash_aliases
or ln -s bash_aliases.example .bash_aliases