mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
7 lines
132 B
Bash
7 lines
132 B
Bash
# .bash_profile
|
|
|
|
[ -f $HOME/.profile ] && . $HOME/.profile
|
|
|
|
# Get the aliases and functions
|
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|