From c65c37e086586d9a5d4b1bb1bcbd909a5e7a461c Mon Sep 17 00:00:00 2001
From: Von Random <von@mechanus.net>
Date: Mon, 13 Jan 2025 12:27:00 +0200
Subject: [PATCH] bashrc: shut up shellcheck

---
 dot_bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_bashrc b/dot_bashrc
index 2713970..fe501a9 100644
--- a/dot_bashrc
+++ b/dot_bashrc
@@ -1,4 +1,4 @@
-# shellcheck shell=bash
+# shellcheck shell=bash disable=SC1090
 [[ $- != *i* ]] && return
 
 HISTSIZE=1000