improved bashrc; changed volumes for file migration eg: d7.materio.com
This commit is contained in:
@@ -30,3 +30,6 @@ RUN export COMPOSER_HOME=/usr/local/composer && \
|
||||
curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
|
||||
-L -o /usr/local/bin/drush && \
|
||||
chmod +x /usr/local/bin/drush
|
||||
|
||||
COPY ./bashrc /root/.bashrc
|
||||
COPY ./inputrc /root/.inputrc
|
||||
|
4
Docker/php/bashrc
Normal file
4
Docker/php/bashrc
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
PS1='\e[36m\e[1mPHP\e[0m:\e[90m\w\e[0m\n$ '
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
2
Docker/php/inputrc
Normal file
2
Docker/php/inputrc
Normal file
@@ -0,0 +1,2 @@
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
Reference in New Issue
Block a user