blob: 1de05a45e34a82a236cf1805ba4c20241b3c21ac (
plain)
1
2
3
4
5
6
7
|
# /etc/skel/.bash_profile
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
if [[ -f ~/.bashrc ]] ; then
. ~/.bashrc
fi
|