mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 22:54:29 +01: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
|