blob: 94a6622b5c673442c67ffcf797b8ea396258c321 (
plain)
1
2
3
4
5
|
# /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.
[[ -f ~/.bashrc ]] && . ~/.bashrc
|