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
fix: Handle empty PROMPT_COMMAND in eternal bash history config
Use parameter expansion ${PROMPT_COMMAND:+; $PROMPT_COMMAND} to
conditionally append existing PROMPT_COMMAND only if it's set and
non-empty, avoiding syntax errors from trailing semicolons.
0 commit comments