From c8c98b541f1033c2670cbb935e83e23a590d7aec Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 8 Apr 2021 18:14:31 +0000 Subject: [PATCH] Fix spacing --- bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index f7f80ab..afb8601 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -36,12 +36,12 @@ export PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_C # Source profile, if it hasn't already been loaded if [ -z "$__PROFILE_DONE" ]; then - . $HOME/.profile + . $HOME/.profile fi # Source .env to extend with secret/sensitive environment variables if it exists if [ -r "$HOME/.env" ]; then - . "$HOME/.env" + . "$HOME/.env" fi