This repository has been archived on 2021-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
shells/.bash_profile
2021-05-10 18:30:31 +03: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