reset terminal only once

This commit is contained in:
Lockszmith (wsl@Sygin) 2025-04-09 21:31:41 -04:00
parent 77b49ef219
commit ba76c66c25
1 changed files with 1 additions and 0 deletions

View File

@ -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