reset terminal only once
This commit is contained in:
parent
77b49ef219
commit
ba76c66c25
|
@ -5,4 +5,5 @@ if [[ ! "$-" =~ i ]]; then
|
||||||
echo "Non interactive session ($-) , stopping load of shell environment" 1>&2
|
echo "Non interactive session ($-) , stopping load of shell environment" 1>&2
|
||||||
else
|
else
|
||||||
${NO_RESET:+:} reset
|
${NO_RESET:+:} reset
|
||||||
|
export NO_RESET=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue