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.
master
Jordan Atwood 2 years ago
parent 69e21be403
commit 5c63da031c
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      src/.bashrc

@ -5,7 +5,6 @@
# source global definitions (if any) # source global definitions (if any)
if [ -f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then
# shellcheck disable=SC1091
. /etc/bashrc . /etc/bashrc
fi fi
@ -566,7 +565,6 @@ function .9 {
# programmable completion # programmable completion
# source available completion file # source available completion file
if [ -f /etc/bash_completion ]; then if [ -f /etc/bash_completion ]; then
# shellcheck disable=SC1091
. /etc/bash_completion . /etc/bash_completion
fi fi

Loading…
Cancel
Save