1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00
dotfiles/.bash_profile
2012-12-14 21:45:44 +01:00

5 lines
74 B
Bash

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