From efe8aba232eea5badddba2b737061e38831136a9 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 May 2024 20:50:12 +0200 Subject: [PATCH] Disable SC1091 in bashrc --- lone-files/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/lone-files/bashrc b/lone-files/bashrc index f41e59e5..5f63425f 100644 --- a/lone-files/bashrc +++ b/lone-files/bashrc @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC1091 export WINEDEBUG=-all export SDKMAN_DIR="$HOME/.sdkman"