rename initialization to allow debugging

This commit is contained in:
Lockszmith (@kateryna) 2025-04-03 21:15:16 -04:00
parent 3f15f4c8b2
commit b91082c998
3 changed files with 5 additions and 4 deletions

View file

@ -4,5 +4,5 @@ if [[ ! "$-" =~ i ]]; then
LOAD_EXIT=1
echo "Non interactive session ($-) , stopping load of shell environment" 1>&2
else
reset
${NO_RESET:+:} reset
fi