I'm familiar with modifying a Terminal prompt similar to this question: "Show only current directory name (not full path) on bash prompt" but I'm looking to only modify the Terminal prompt in Visual Studio code.
I'd like to be able to run:
export PS1='~/${PWD/*\//} '
Is there a way in Visual Studio Code I can modify specify a custom .bash_profile? I'm not finding anything from searching the site or