mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
3 lines
70 B
Bash
3 lines
70 B
Bash
if [ -e $HOME/.bash_aliases ]; then
|
|
source $HOME/.bash_aliases
|
|
fi
|