1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00
dotfiles/.bash_profile
2010-08-03 16:13:15 +02:00

5 lines
76 B
Bash

# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi