From 23fbf04b26f3088cfe82c9345e09f63b498d01e8 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Mon, 26 Jun 2023 15:09:35 +0200 Subject: [PATCH] fix local profile implementation --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 346feee..ad3b7a6 100644 --- a/.profile +++ b/.profile @@ -22,6 +22,6 @@ if [ -s "$NVM_DIR/nvm.sh" ]; then \. "$NVM_DIR/bash_completion" # nvm bash completions fi -if [ -d "$HOME/.local_profile" ]; then +if [ -s "$HOME/.local_profile" ]; then \. "$HOME/.local_profile" fi