diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/root/profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/root/profile b/files/root/profile new file mode 100644 index 0000000..c6a802a --- /dev/null +++ b/files/root/profile @@ -0,0 +1,10 @@ +# ~/.profile: executed by Bourne-compatible login shells. + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi + +# See https://github.com/mitchellh/vagrant/issues/1673 +tty -s && mesg n |