find chrome location in wsl
sudo find / -name chrome.exe
alias chrome command
- vi ~/.bashrc
- add below lines
alias chrome='/mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe'
- source ~/.bashrc
sudo find / -name chrome.exe
alias chrome='/mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe'