dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit b8742df55ab02ee460dc4c1086df93513a4f67b1
parent d4d2bde3956b8b4494f7b186fd66af2543dafe52
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 24 Dec 2015 12:11:36 -0800

Bash: Fix indenting

Diffstat:
bash_profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash_profile b/bash_profile @@ -2,7 +2,7 @@ if [ -n "$BASH_VERSION" ]; then # include .bashrc if found if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" + . "$HOME/.bashrc" fi fi