You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insy function defined in /source/.config/.utility.sh may terminate the enitre shell script at exit. This function should return instead of exit to only terminating this function process.
The
insyfunction defined in/source/.config/.utility.shmay terminate the enitre shell script atexit. This function shouldreturninstead ofexitto only terminating this function process.