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
|
||||
else
|
||||
${NO_RESET:+:} reset
|
||||
export NO_RESET=1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue