dotfiles/bash/.bash_profile
2023-10-25 19:00:04 +02:00

8 lines
204 B
Bash

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