Windows - Bashrc
alias ll='ls -la' alias ..='cd ..' alias c='clear'
Do you use a .bashrc on Windows? Share your favorite alias in the comments. windows bashrc
Windows doesn't have a single "bashrc," but it respects the concept in every major shell environment. alias ll='ls -la' alias
notepad $PROFILE
You can open this file in Notepad or VS Code by running: windows bashrc
alias open='start ""'
If you want a quick way to edit this file later, add this alias to the file itself: