mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-10 12:45:21 +00:00
5 lines
74 B
Bash
5 lines
74 B
Bash
# include .bashrc if it exists
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|