glevolod / my-docker

Docker-compose config for nginx+mysql+php-fpm (for classic simple php project)
3 stars 0 forks source link

store aliased commands somewhere to be available after php container restart #13

Open glevolod opened 4 years ago

glevolod commented 4 years ago

Check there: Standard ones: ~/.bashrc ~/.bash_aliases One of them in order: ~/.bash_profile ~/.bash_login ~/.profile Works but not a good place, unless you want it system wide: /etc/bash.bashrc /etc/profile

glevolod commented 4 years ago

try to link ~/.bash_aliases into ~/stored folder