mirror of
https://github.com/fscotto/infra.git
synced 2026-06-01 16:19:57 +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
|