git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash/aliases.bash
diff options
context:
space:
mode:
Diffstat (limited to '.bash/aliases.bash')
-rw-r--r--.bash/aliases.bash1
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