Test-Path $PROFILE
If you are using WSL (Ubuntu, Debian, etc.), you are actually running a real Linux kernel. This is the easiest scenario because it works exactly like standard Linux. windows bashrc
Here’s a starter template I use on Windows: Test-Path $PROFILE If you are using WSL (Ubuntu,
alias bashrc="notepad ~/.bashrc"
You can open this file in Notepad or VS Code by running: windows bashrc