Commit all the ddev commands and home additions that are now there

This commit is contained in:
Benjamin Melançon 2019-08-08 17:35:33 -04:00
parent 9c3cdda643
commit c262f7becd
14 changed files with 180 additions and 0 deletions

6
.ddev/homeadditions/README.txt Executable file
View file

@ -0,0 +1,6 @@
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

View file

@ -0,0 +1,5 @@
# To make this file active you can either
# cp bash_aliases.example .bash_aliases
# or ln -s bash_aliases.example .bash_aliases
alias ll="ls -lhA"