diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 096fb14..3335df5 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -214,4 +214,10 @@ then . "$HOME/.bashrc.local" fi -echo "LANG=$LANG" +case "$-" in +*i*) + echo "LANG=$LANG" + ;; +*) + ;; +esac