blob: 1de05a45e34a82a236cf1805ba4c20241b3c21ac [file] [log] [blame]
# /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