update bash sourceing

This commit is contained in:
Philipp Kunz 2016-02-25 09:01:27 +01:00
parent 7f11994b31
commit eab0b515f9
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
source /nvm/nvm.sh

View File

@ -1 +1 @@
source /.bash_profile
source /nvm/nvm.sh

View File

@ -14,4 +14,5 @@ RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh
&& nvm alias default v4.3.1"
ADD .bashrc /.bashrc
ADD .bash_profile /.bash_profile
ENV BASH_ENV /.bashrc