Broken fish prompt with conda inside VScode
27 Jun 2019When using the fish shell with conda inside VS code the prompt is sometimes
broken. This VS code setting fixes it:
json
"terminal.integrated.env.windows": {
"CONDA_LEFT_PROMPT": "1",
},
The conda script for the fish prompt by default displays the prompt on the
right. This tells it to do it traditionally on the left side.