1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Code formatting

This commit is contained in:
Holger Just 2012-12-14 21:45:44 +01:00
parent f8057c8173
commit e154d6ce2d

View File

@ -1,4 +1,4 @@
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
. ~/.bashrc
fi