[Problem Record] bash: __vsc_prompt_cmd_original: command not found

When using the terminal, the error is reported as follows:

bash: __vsc_prompt_cmd_original: command not found

Solution:

vim ~/.bash_profile

Add to:unset PROMPT_COMMAND

source ~/.bash_profile

Guess you like

Origin blog.csdn.net/jiaoyangwm/article/details/134262152