6 lines
193 B
Bash
6 lines
193 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.
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|