The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rootfiles#51ee3ac40bb09e0ef5b511f5a6f570b1f6ee5eb5
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
|
|
# User specific environment and startup programs
|