Fix shellcheck warnings

This commit is contained in:
2023-08-30 11:38:03 +02:00
parent f7ab24dc21
commit a8a1416c50

View File

@@ -1,3 +1,5 @@
# shellcheck shell=bash
# shellcheck disable=SC1090
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"