Windows Bashrc [verified] Page
Found in your Linux home directory at ~/.bashrc (typically /home/ /.bashrc within the Linux file system).
These shells don’t use .bashrc . Instead, they use "profiles" or "AutoRun" scripts that provide similar functionality. How to Create and Edit Your .bashrc windows bashrc
alias gs='git status' alias ga='git add .' alias gc='git commit -m' alias gp='git push' Found in your Linux home directory at ~/
alias explore='start .'
# Complex command (function) function grep findstr $args windows bashrc