shellcheck metadata update and shebangs and such

This commit is contained in:
2025-05-19 10:42:25 +02:00
parent a1d0d1fab9
commit 156bf069ca
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC1091
#
# ~/.bashrc
#

View File

@@ -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