Skip to content

Commit

Permalink
Use "here" rather than "home" as the command to open Windows Explorer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jammycakes committed Feb 3, 2012
1 parent 349943c commit 6c9e730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.ps1
Expand Up @@ -88,7 +88,7 @@ function go ($target) {
Goto-Target $target
}

function home {
function here {
$target = Convert-Path(Get-Location -PSProvider FileSystem)
. explorer "/e,$target"
}

0 comments on commit 6c9e730

Please sign in to comment.