From 156bf069ca97f400d6f5802846e85b6b94b8e76c Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 19 May 2025 10:42:25 +0200 Subject: [PATCH] shellcheck metadata update and shebangs and such --- .bashrc | 3 ++- .xinitrc | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 1dda6b6..2dd28a0 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash +# shellcheck disable=SC1090,SC1091 # # ~/.bashrc # diff --git a/.xinitrc b/.xinitrc index be2078b..a6265db 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash +# shellcheck disable=SC1090,SC1091 + # load system xinit scripts if [ -d /etc/X11/xinit/xinitrc.d ]; then for f in "/etc/X11/xinit/xinitrc.d"/?*.sh; do