From 8302f5f82ce958a5a62924aa09a369b3bf307e7c Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 20 Aug 2024 22:35:24 +0100 Subject: [PATCH] . --- shared/bash_profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/bash_profile b/shared/bash_profile index ca07a35..1042c50 100644 --- a/shared/bash_profile +++ b/shared/bash_profile @@ -1,15 +1,15 @@ if [ -f /zz/zShared/shared/bashrc ] then - source /zz/zShared/shared/bashrc + . /zz/zShared/shared/bashrc fi if [ -f /zz/zPrivate/secrets/bashrc ] then - source /zz/zPrivate/secrets/bashrc + . /zz/zPrivate/secrets/bashrc else if [ -f /zz/Syno/secrets/bashrc ] then - source /zz/Syno/secrets/bashrc + . /zz/zSyno/secrets/bashrc else if [ -f ~/.bashrc ]; then source ~/.bashrc