From 8ea373bc60d6f86c218ae24a079ef5bac8a51c93 Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Sun, 20 Feb 2022 16:32:18 +0000 Subject: [PATCH] disabling shellcheck --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index a32073b..f5bda98 100644 --- a/.bashrc +++ b/.bashrc @@ -1,8 +1,8 @@ +#!/bin/sh +# shellcheck disable=SC1091,SC3046,SC2086,SC3043,SC3060,SC3057,SC2034,SC3028,SC2004,SC2153,SC3004,SC3047,SC2016,SC3003 source /etc/profile export PATH=$PATH:~/.local/bin -#!/bin/sh - ## +-----------------------------------+-----------------------------------+ ## | | ## | FANCY BASH PROMT |