mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Update cd-home.ps1 and list-workdir.ps1
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
$Path = Resolve-Path "$PWD"
|
||||
$Path = Resolve-Path -Path "$PWD"
|
||||
"📂$Path"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
|
Reference in New Issue
Block a user