From 653bc8946e1a8ce660a5bdeeac177b72023fef9d Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 15 Mar 2025 04:48:44 +0100 Subject: Yes, expansion on definition is intentional here. --- .bash/aliases.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 8a0d738..090a572 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -9,6 +9,7 @@ if [ "$TERM" != "dumb" ];then alias grep="grep --color=auto" alias egrep="egrep --color=auto" fi +# shellcheck disable=SC2139 if [ -n "$EDITOR" ]; then alias editor="$EDITOR" elif [ -n "$VISUAL" ]; then -- cgit v1.2.3