From e8cad0a7a500ca9a099015a01458b93beb235231 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 30 Aug 2023 11:38:03 +0200 Subject: [PATCH] Fix shellcheck warnings --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index 19d03e6..b9c697f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,5 @@ +# shellcheck shell=bash +# shellcheck disable=SC1090 [[ -f ~/.bashrc ]] && . ~/.bashrc export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"