From f7c3374cb2add860ee849d81a122daea3b9ba1d7 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 31 Oct 2022 01:37:58 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.profile b/dotfiles/.profile index 1ea4613a..f731ec52 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -33,7 +33,7 @@ if [ -f "$HOME/.local/aliases" ]; then . "$HOME/.local/aliases" fi if [ -f "$HOME/.local/functions" ]; then - . "$HOME/.local/functions + . "$HOME/.local/functions" fi ### Bash / ZSH