add .bash_profile
This commit is contained in:
parent
a53b0bca9f
commit
f93b6f46a6
|
@ -0,0 +1,8 @@
|
||||||
|
# .bash_profile
|
||||||
|
|
||||||
|
# Get the aliases and functions
|
||||||
|
if [ -f ~/.bashrc ]; then
|
||||||
|
. ~/.bashrc
|
||||||
|
fi
|
||||||
|
|
||||||
|
# User specific environment and startup programs
|
Loading…
Reference in New Issue