From c19d3a94142527e8ed22d48f4f1ee7a00e493a72 Mon Sep 17 00:00:00 2001 From: Astound Date: Thu, 1 Aug 2024 10:49:34 +0800 Subject: Add workflow and fix issues --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index abb00a8..9c1cf3b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +1,7 @@ #!/bin/bash # # "$HOME/.bash_profile" -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 if [ -f "$HOME/.bashrc" ] then source "$HOME/.bashrc" -- cgit v1.2.3