Skip to content

Powershell function to navigate to the home directory

function home {Set-Location -Path $Home}
See also  How to get the width and height of a string in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.