Add .profile
This commit is contained in:
parent
88b690d0f0
commit
9319931386
|
@ -0,0 +1,4 @@
|
||||||
|
# Load the ~/.bashrc file if we're using Bash
|
||||||
|
if test -n "$BASH_VERSION"; then
|
||||||
|
test -r "$HOME/.bashrc" && . "$HOME/.bashrc"
|
||||||
|
fi
|
Loading…
Reference in New Issue