Update cd-home.ps1 and list-workdir.ps1

This commit is contained in:
Markus Fleschutz
2022-12-28 15:24:29 +01:00
parent 1cca88c32b
commit c8efe1f4ec
2 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
#>
try {
$Path = Resolve-Path "$PWD"
$Path = Resolve-Path -Path "$PWD"
"📂$Path"
exit 0 # success
} catch {