aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--03-environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/03-environment.zsh b/03-environment.zsh
index 271f0af..7797d41 100644
--- a/03-environment.zsh
+++ b/03-environment.zsh
@@ -4,7 +4,7 @@ if [[ "$TERM" == "alacritty" ]] ; then
export TERM=xterm-256color
fi
-if ( which luarocks ) ; then
+if ( which luarocks &>/dev/null ) ; then
eval $(luarocks path)
fi