From 5c63da031c6e983109adcf902c2afbded67afad9 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Wed, 21 Sep 2022 10:14:04 -0700 Subject: [PATCH] Remove SC1091 disable directives These were added before .shellcheckrc was created in my dotfiles. Now that said rc file has been added, this no longer needs to be disabled inline. --- src/.bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/.bashrc b/src/.bashrc index 9ee2476..e190a02 100755 --- a/src/.bashrc +++ b/src/.bashrc @@ -5,7 +5,6 @@ # source global definitions (if any) if [ -f /etc/bashrc ]; then - # shellcheck disable=SC1091 . /etc/bashrc fi @@ -566,7 +565,6 @@ function .9 { # programmable completion # source available completion file if [ -f /etc/bash_completion ]; then - # shellcheck disable=SC1091 . /etc/bash_completion fi