diff options
-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 |