Zsh Open Current Directory di Explorer

# To open the current directory in Explorer 
explorer.exe .
# You can set alias with .bashrc for a custom command:
echo 'alias explorer="explorer.exe ."' >> ~/.bashrc
source ~/.bashrc
# Now type explorer in terminal:
explorer 
# if you user zsh terminal:
echo 'alias explorer="explorer.exe ."' >> ~/.zshrc
source ~/.zshrc
explorer 
#Follow me on Linkedin if this helped ;)
Inexpensive Impala