Disable SC1091 in bashrc

This commit is contained in:
JeremyStar™ 2024-05-19 20:50:12 +02:00
parent 83f0821b36
commit efe8aba232
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC1091
export WINEDEBUG=-all
export SDKMAN_DIR="$HOME/.sdkman"