blob: c6a802a13ddfc950c1f9b533ad2ccb798d5db2e0 (
plain)
1
2
3
4
5
6
7
8
9
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
|