From c81f82ac0c4ec2086749f3af436dd85a7c71b958 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 4 Mar 2020 11:59:23 +0200
Subject: [PATCH] Tell shellcheck what shell to target for .bashrc.

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

diff --git a/.bashrc b/.bashrc
index 03e3aa3..11a153c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,4 @@
-# shellcheck disable=SC2148
+# shellcheck disable=SC2148 shell=bash
 # If not running interactively, don't do anything
 [ -z "$PS1" ] && return
 
-- 
GitLab