From 60a620ef3d6bdf058fbf43ed7d93ec71346828d0 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 24 Dec 2025 10:27:51 +0000 Subject: [PATCH] [bash] Add shellcheck hints --- bash/.bash_logout | 1 + bash/.bash_profile | 1 + bash/.bashrc | 1 + 3 files changed, 3 insertions(+) diff --git a/bash/.bash_logout b/bash/.bash_logout index af7c6fd..b7b42ef 100644 --- a/bash/.bash_logout +++ b/bash/.bash_logout @@ -1,2 +1,3 @@ +# shellcheck shell=bash # ~/.bash_logout diff --git a/bash/.bash_profile b/bash/.bash_profile index 0678957..e1aece1 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,3 +1,4 @@ +# shellcheck shell=bash # Get the aliases and functions if [ -f $HOME/.bashrc ]; then source $HOME/.bashrc diff --git a/bash/.bashrc b/bash/.bashrc index bdc0162..5790c0f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,3 +1,4 @@ +# shellcheck shell=bash # .bashrc # Source global definitions