diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-base.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-base.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/setup-base.bash b/docker/debian-dev/bootstrap/setup-base.bash index 1176592..d94b92f 100755 --- a/docker/debian-dev/bootstrap/setup-base.bash +++ b/docker/debian-dev/bootstrap/setup-base.bash @@ -4,5 +4,5 @@ set -e apt-get install -y vim less man curl bash-completion -cat /bootstrap/bash-profile-bash-completion.bash > /root/.bash_profile +cat /bootstrap/bash-profile/bash-completion.bash >> /root/.bash_profile |