fix: shbangs in bash configuration files

This commit is contained in:
2025-11-18 17:11:40 +01:00
parent d14e4c3cd9
commit c98c6eb1ec
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# shellcheck shell=bash
# shellcheck disable=SC1090,SC1091
#!/bin/bash
# shellcheck disable=SC1091,SC2155
#
# ~/.bashrc
# sourced upon launch of an interactive shell, which isn't a login shell has been executed