diff options
Diffstat (limited to 'docker/crupest-debian-dev/bootstrap/func.bash')
-rw-r--r-- | docker/crupest-debian-dev/bootstrap/func.bash | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/crupest-debian-dev/bootstrap/func.bash b/docker/crupest-debian-dev/bootstrap/func.bash index d17fa1b..7782035 100644 --- a/docker/crupest-debian-dev/bootstrap/func.bash +++ b/docker/crupest-debian-dev/bootstrap/func.bash @@ -7,7 +7,11 @@ is_true() { } append-bash-profile() { - cat "/bootstrap/bash-profile/$1" >> /home/$CRUPEST_DEBIAN_DEV_USER/.bash_profile + cat "/bootstrap/bash/$1" >> /home/$CRUPEST_DEBIAN_DEV_USER/.bash_profile +} + +append-bashrc() { + cat "/bootstrap/bash/$1" >> /home/$CRUPEST_DEBIAN_DEV_USER/.bashrc } copy-home-dot-file() { |