fix: shbangs in bash configuration files
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# shellcheck shell=bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# ~/.bash_logout
|
# ~/.bash_logout
|
||||||
# sourced when an interactive login shell exits, or a non-interactive login shell executes `exit`
|
# sourced when an interactive login shell exits, or a non-interactive login shell executes `exit`
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# shellcheck shell=bash
|
#!/bin/bash
|
||||||
# shellcheck disable=1091
|
# shellcheck disable=1091
|
||||||
#
|
#
|
||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
|
|||||||
4
.bashrc
4
.bashrc
@@ -1,5 +1,5 @@
|
|||||||
# shellcheck shell=bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1090,SC1091
|
# shellcheck disable=SC1091,SC2155
|
||||||
#
|
#
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
# sourced upon launch of an interactive shell, which isn't a login shell has been executed
|
# sourced upon launch of an interactive shell, which isn't a login shell has been executed
|
||||||
|
|||||||
Reference in New Issue
Block a user