Skip to content

Commit

Permalink
docs: fix function in PowerShell at quick start (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg authored May 12, 2024
1 parent a680d5b commit 3a11042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function yy {
yazi $args --cwd-file="$tmp"
$cwd = Get-Content -Path $tmp
if (-not [String]::IsNullOrEmpty($cwd) -and $cwd -ne $PWD.Path) {
Set-Location -Path $cwd
Set-Location -LiteralPath $cwd
}
Remove-Item -Path $tmp
}
Expand Down

0 comments on commit 3a11042

Please sign in to comment.