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
Add a new tide_jobs_number_threshold variable, which lets you display the number of jobs if it reaches the threshold (#470 - @re-xyr).
This is disabled by default by just setting it to a very high number
Bug fixes
Fix the python item only using python and not python3 (#459)
Fix transience not working when trying to run a command during the previous command's execution (#455)
Fixed transience engaging when selecting from the pager (i.e. tab completions, history search) (#472)
This does introduce a new bug where opening the pager but not selecting anything and instead running what you already have, will cause the prompt to not be transient.