diff options
author | mail_redacted_for_web | 2025-03-15 04:48:44 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-03-15 04:48:44 +0100 |
commit | 653bc8946e1a8ce660a5bdeeac177b72023fef9d (patch) | |
tree | 362ce1e5943d43984f80df94578e5de3b28d67a8 | |
parent | b1d68027a6c0ee7f845487697aaaa2f3f7324d64 (diff) | |
download | dotfiles-653bc8946e1a8ce660a5bdeeac177b72023fef9d.tar.bz2 |
Yes, expansion on definition is intentional here.
-rw-r--r-- | .bash/aliases.bash | 1 |
1 files changed, 1 insertions, 0 deletions
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 |