Before re-installing Git Bash, I was using "MinTTY as default terminal emulator". I just wanted my git bash to be colorful! Reinstall, follow this stackoverflow answer. Then when I use the same Git Bash apparently my common commands which is already installed before like:
- nvm
- node
- npm
- code
Is all gone! How do I get all of my command list back? I have python
running thought, because I wrote in .bashrc
alias python= winpty python
. Are there any way to add those commands without adding them one by one through PATH environment variables? Or do I have to keep adding my list in .bashrc
?
Thank you!