From 50e8f6d41a3b20d39a63149447944bae08516d42 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 6 Jan 2018 19:53:57 +0100 Subject: Update bash profile --- bash/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/profile b/bash/profile index c9db459..757ba0a 100644 --- a/bash/profile +++ b/bash/profile @@ -12,7 +12,7 @@ if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" + . "$HOME/.bashrc" fi fi -- cgit v1.2.3