SwordArMor-gentoo-overlay/app-shells/bash/files/dot-bash_profile

8 lines
204 B
Plaintext
Raw Normal View History

# /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