SwordArMor-gentoo-overlay/app-shells/bash/files/dot-bash_profile
Alarig Le Lay 6e5832c851
app-shells/bash: new package, add 5.2_p26-r6
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-07-01 14:05:20 +02:00

8 lines
204 B
Plaintext

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