mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-01-23 22:20:18 +00:00
9 lines
141 B
Bash
9 lines
141 B
Bash
|
|
# .bash_profile
|
||
|
|
|
||
|
|
# Get the aliases and functions
|
||
|
|
if [ -f ~/.bashrc ]; then
|
||
|
|
. ~/.bashrc
|
||
|
|
fi
|
||
|
|
|
||
|
|
# User specific environment and startup programs
|